We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1d4e95 + 20a9e38 commit 6e835d0Copy full SHA for 6e835d0
css/main.css
@@ -40,7 +40,6 @@ header {
40
width: 100%;
41
max-width: 80ch;
42
padding: 1ch;
43
- margin-bottom: 1em;
44
border-bottom: 1px solid rgba(0, 0, 0, .8);
45
}
46
@@ -73,6 +72,7 @@ footer {
73
72
74
75
+ margin-top: 1em;
76
border-top: 1px solid rgba(0, 0, 0, .8);
77
78
@@ -87,11 +87,7 @@ footer {
87
color: rgba(0, 0, 0, .8)
88
89
footer > p {
90
- margin-bottom: 0;
91
-}
92
-
93
-section {
94
- margin-bottom: 2em;
+ margin-top: 0;
95
96
97
.greeting {
0 commit comments