Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Jun 4, 2021
1 parent 2568fec commit 23c8095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fixtures/ssr2/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body {
font-family: system-ui, sans-serif;
}

* {
box-sizing: border-box;
}

nav {
padding: 20px;
}
Expand Down

2 comments on commit 23c8095

@steida
Copy link

@steida steida commented on 23c8095 Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘

@scidroid
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’ͺ🏻 πŸ₯‡ πŸ’― πŸ‘πŸ» πŸŽ‰

Please sign in to comment.