Skip to content

Commit b40b52b

Browse files
committed
Add some top margin space on front page
1 parent 6ae7e0e commit b40b52b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

assets/css/home.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
padding-top: 5vh;
1919
}
2020

21+
#user-resources, #dev-resources {
22+
padding-top: 1.5em;
23+
}
24+
25+
.container {
26+
margin-top: 1em;
27+
}
28+
2129
.text-success {
2230
color: #28a745!important;
2331
}

0 commit comments

Comments
 (0)