summaryrefslogtreecommitdiff
path: root/static
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
parent6146ded8446baa3d3c4da01ad2f0df35f9142f76 (diff)
changed footer position on homepage
Diffstat (limited to 'static')
-rw-r--r--static/css/home.css6
-rw-r--r--static/css/styles.css4
2 files changed, 7 insertions, 3 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;
diff --git a/static/css/styles.css b/static/css/styles.css
index cb3afb4..4ff894f 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -106,12 +106,12 @@ main:not(#site-home-page) {
color: var(--nav-selected-fg);
}
-footer {
+footer:not(#home-footer) {
max-width: 95%;
margin: auto;
}
-footer #copyright {
+footer:not(#home-footer) #copyright {
text-align: center;
line-height: 1.1;
}