We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a63a6c commit edc0fcbCopy full SHA for edc0fcb
1 file changed
doc/website/css/main.css
@@ -3,7 +3,7 @@ html {
3
min-height: 100%;
4
}
5
body {
6
- font-size: 19px;
+ font-size: 16px;
7
8
9
@media (min-width: 1200px) {
@@ -13,7 +13,7 @@ body {
13
14
15
main {
16
- margin-top: 90px;
+ margin-top: 80px;
17
18
19
section {
@@ -40,6 +40,14 @@ footer p {
40
margin: 0;
41
42
43
+h1 {
44
+ font-size: 46px;
45
+}
46
+
47
+h2 {
48
+ font-size: 35px;
49
50
51
h3 {
52
font-size: 23px;
53
0 commit comments