Skip to content

Commit 5d35295

Browse files
committed
Tweak spacing of elements in site index
1 parent 9cd964f commit 5d35295

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/style.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ p a:hover {
3737

3838
.footer {
3939
margin-top: 3rem;
40-
padding-bottom: 3rem;
40+
padding-top: 1.5em;
41+
padding-bottom: 5rem;
4142
}
4243

4344
.nav-buttons {
@@ -58,8 +59,8 @@ p a:hover {
5859
}
5960

6061
section.section {
61-
padding-top: 2rem;
62-
padding-bottom: 2rem;
62+
padding-top: 2.5rem;
63+
padding-bottom: 1rem;
6364
}
6465

6566
p {

0 commit comments

Comments
 (0)