Skip to content

Commit b8064e4

Browse files
committed
section-7: Configure default rem to 10px.
1 parent b455cc0 commit b8064e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

starter/07-Omnifood-Desktop/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ SPACING SYSTEM (px)
3939
margin: 0;
4040
}
4141

42+
html {
43+
font-size: 62.5%;
44+
}
45+
4246
body {
4347
color: #555;
4448
font-family: sans-serif;

0 commit comments

Comments
 (0)