summaryrefslogtreecommitdiff
path: root/static/css/home.css
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 18:02:31 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 18:02:31 +0530
commitf009e561cccbed762aa4e49fdb4842a65c91c76a (patch)
tree4a2398f58cd2eef9c98cd1f1e09d30442ac6a087 /static/css/home.css
parent6146ded8446baa3d3c4da01ad2f0df35f9142f76 (diff)
changed footer position on homepage
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;