diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-20 22:35:52 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-09-20 22:35:52 +0530 |
commit | d26ecb989f5e5b9e06b34c106a3d391fd2910524 (patch) | |
tree | 5b2f2391eb682881c90930c040f260854b3f1936 /static/scss/_footer.scss |
First commit
Diffstat (limited to 'static/scss/_footer.scss')
-rw-r--r-- | static/scss/_footer.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/scss/_footer.scss b/static/scss/_footer.scss new file mode 100644 index 0000000..29d0e51 --- /dev/null +++ b/static/scss/_footer.scss @@ -0,0 +1,20 @@ +footer { + #gifs { + max-width: 800px; + display: flex; + align-items: center; + justify-content: center; + flex-wrap: wrap; + margin: 0.8rem auto; + + img { + margin: auto 0.5rem; + } + } + #copyright { + text-align: center; + line-height: 1.1; + font-size: 1rem; + } +} + |