From f009e561cccbed762aa4e49fdb4842a65c91c76a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Aug 2023 18:02:31 +0530 Subject: changed footer position on homepage --- static/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/css/styles.css') 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; } -- cgit v1.2.3