summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:41:07 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:41:07 +0000
commit174722ba4892148e185d13dc06654c6798f8c239 (patch)
tree64f39328d87c2bdff9937ed5af7ec920a19eb750 /theme
parent29b614c9fa7adbc6d716d9ba391d4f8558ec369a (diff)
More theme tweaks
Diffstat (limited to 'theme')
-rw-r--r--theme/static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/static/style.css b/theme/static/style.css
index 5d4cdaf..5fe1a8b 100644
--- a/theme/static/style.css
+++ b/theme/static/style.css
@@ -169,9 +169,9 @@ footer {
height: 300px;
display: flex;
align-items: center;
- justify-content: center;
-
- background-position: bottom;
+ justify-content: bottom;
+ padding: 0px 0px 30px 0px;
+ background-position: center bottom;
background-image: url("footer.png");
background-repeat: no-repeat;
background-size: auto 100%;