aboutsummaryrefslogtreecommitdiff
path: root/src/css
diff options
context:
space:
mode:
authorNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 21:55:49 +0100
committerNikita Tchayka <nikitatchayka@gmail.com>2023-09-16 21:55:49 +0100
commit6feb69af55e01bdad5ee15dbe90db39b8effcc1f (patch)
treeb845974e12d5c9cd0ba6186ad8b2a10511a631af /src/css
parentf19aef7f880fc4b476bc49c20473fd8cc729f8cb (diff)
downloadneohaskell.github.io-6feb69af55e01bdad5ee15dbe90db39b8effcc1f.tar.gz
neohaskell.github.io-6feb69af55e01bdad5ee15dbe90db39b8effcc1f.tar.bz2
neohaskell.github.io-6feb69af55e01bdad5ee15dbe90db39b8effcc1f.zip
Fix footer
Diffstat (limited to 'src/css')
-rw-r--r--src/css/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/css/custom.css b/src/css/custom.css
index aaba84f..59d9978 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -29,6 +29,18 @@
}
*/
+.footer {
+ @apply bg-black
+}
+
+.footer__links {
+ text-align: center;
+}
+
+.footer__link-item svg {
+ display: none;
+}
+
.close {
opacity: 1 !important;
}