diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 17:03:58 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 17:03:58 +0530 |
commit | aeff63ebcfff7b2c4988947fe5b6eb2bb70485ea (patch) | |
tree | 72983df5787c5bea95d4e44204f526b78e625d3f /static/scss | |
parent | 717f5899ee07acae82bfb9c6ee45167c6266c037 (diff) |
added flex-gap instead of margin to footer GIFs
Diffstat (limited to 'static/scss')
-rw-r--r-- | static/scss/_footer.scss | 5 |
1 files changed, 1 insertions, 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; |