Skip to content

Commit 6e835d0

Browse files
authored
Merge pull request #8 from rust-analyzer/consistent-maring
Normalize margings
2 parents d1d4e95 + 20a9e38 commit 6e835d0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

css/main.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ header {
4040
width: 100%;
4141
max-width: 80ch;
4242
padding: 1ch;
43-
margin-bottom: 1em;
4443
border-bottom: 1px solid rgba(0, 0, 0, .8);
4544
}
4645

@@ -73,6 +72,7 @@ footer {
7372
width: 100%;
7473
max-width: 80ch;
7574
padding: 1ch;
75+
margin-top: 1em;
7676
border-top: 1px solid rgba(0, 0, 0, .8);
7777
}
7878

@@ -87,11 +87,7 @@ footer {
8787
color: rgba(0, 0, 0, .8)
8888
}
8989
footer > p {
90-
margin-bottom: 0;
91-
}
92-
93-
section {
94-
margin-bottom: 2em;
90+
margin-top: 0;
9591
}
9692

9793
.greeting {

0 commit comments

Comments
 (0)