Skip to content

Commit 85cf4d5

Browse files
committed
Move some base styles from body to html
1 parent 05197be commit 85cf4d5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

main.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
html {
2+
background: #f7f7f7;
3+
color: #333;
4+
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
5+
}
6+
17
body {
28
max-width: 720px;
39
padding: 20px 40px;
410
margin: 0 auto;
5-
background: #f7f7f7;
6-
color: #333;
7-
font: 16px/1.4 Open Sans, Helvetica, Arial, sans-serif;
811
}
912

1013
a {

0 commit comments

Comments
 (0)