Skip to content

Commit 23c8095

Browse files
committed
Fix CSS
1 parent 2568fec commit 23c8095

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fixtures/ssr2/public/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ body {
22
font-family: system-ui, sans-serif;
33
}
44

5+
* {
6+
box-sizing: border-box;
7+
}
8+
59
nav {
610
padding: 20px;
711
}

0 commit comments

Comments
 (0)