aboutsummaryrefslogtreecommitdiff
path: root/static/scss/_footer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/scss/_footer.scss')
-rw-r--r--static/scss/_footer.scss20
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;
+ }
+}
+