Skip to content

Commit edc0fcb

Browse files
committed
Make font sizes smaller
1 parent 4a63a6c commit edc0fcb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/website/css/main.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html {
33
min-height: 100%;
44
}
55
body {
6-
font-size: 19px;
6+
font-size: 16px;
77
}
88

99
@media (min-width: 1200px) {
@@ -13,7 +13,7 @@ body {
1313
}
1414

1515
main {
16-
margin-top: 90px;
16+
margin-top: 80px;
1717
}
1818

1919
section {
@@ -40,6 +40,14 @@ footer p {
4040
margin: 0;
4141
}
4242

43+
h1 {
44+
font-size: 46px;
45+
}
46+
47+
h2 {
48+
font-size: 35px;
49+
}
50+
4351
h3 {
4452
font-size: 23px;
4553
}

0 commit comments

Comments
 (0)