From d26ecb989f5e5b9e06b34c106a3d391fd2910524 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 20 Sep 2022 22:35:52 +0530 Subject: First commit --- static/scss/_footer.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/scss/_footer.scss (limited to 'static/scss/_footer.scss') 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; + } +} + -- cgit v1.2.3