summaryrefslogtreecommitdiff
path: root/static/css/home.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/home.css')
-rw-r--r--static/css/home.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/home.css b/static/css/home.css
index a408685..1216ea4 100644
--- a/static/css/home.css
+++ b/static/css/home.css
@@ -17,7 +17,7 @@
}
#home #nav-wrapper {
- margin: 3rem 0;
+ margin: 1rem 0 3rem 0;
width: 100%;
display: flex;
flex-direction: row;
@@ -49,6 +49,10 @@
color: var(--home-fg);
}
+#home #home-footer {
+ margin-top: 3rem;
+}
+
@media only screen and (max-width: 1000px) {
#home-wrapper {
display: block;