From aeff63ebcfff7b2c4988947fe5b6eb2bb70485ea Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 10 May 2023 17:03:58 +0530 Subject: added flex-gap instead of margin to footer GIFs --- static/scss/_footer.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/scss/_footer.scss b/static/scss/_footer.scss index 29d0e51..a7ef8af 100644 --- a/static/scss/_footer.scss +++ b/static/scss/_footer.scss @@ -6,10 +6,7 @@ footer { justify-content: center; flex-wrap: wrap; margin: 0.8rem auto; - - img { - margin: auto 0.5rem; - } + gap: 1rem; } #copyright { text-align: center; -- cgit v1.2.3