From 108a33d973a34ca3132a0d1b570e0720b8f7127c Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 28 Jun 2023 15:13:24 +0530 Subject: removed gifs from footer --- static/scss/_footer.scss | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'static') diff --git a/static/scss/_footer.scss b/static/scss/_footer.scss index a7ef8af..69cace6 100644 --- a/static/scss/_footer.scss +++ b/static/scss/_footer.scss @@ -1,17 +1,9 @@ footer { - #gifs { - max-width: 800px; - display: flex; - align-items: center; - justify-content: center; - flex-wrap: wrap; - margin: 0.8rem auto; - gap: 1rem; - } + max-width: 95%; + margin: auto; + #copyright { text-align: center; line-height: 1.1; - font-size: 1rem; } } - -- cgit v1.2.3