diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 18:02:31 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 18:02:31 +0530 |
commit | f009e561cccbed762aa4e49fdb4842a65c91c76a (patch) | |
tree | 4a2398f58cd2eef9c98cd1f1e09d30442ac6a087 /static/css/styles.css | |
parent | 6146ded8446baa3d3c4da01ad2f0df35f9142f76 (diff) |
changed footer position on homepage
Diffstat (limited to 'static/css/styles.css')
-rw-r--r-- | static/css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |