summaryrefslogtreecommitdiff
path: root/theme/static
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:46:30 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:46:30 +0000
commite328544002f5d2706cb800fe484533ad4c89da10 (patch)
treec7e71b7bbeb34fd29a75c3c5c4f6f28e601dff9e /theme/static
parent3222cec4d67c2a07b2a44d966fc3a34cac06c4e6 (diff)
more theme tweaks
Diffstat (limited to 'theme/static')
-rw-r--r--theme/static/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/static/style.css b/theme/static/style.css
index 99b8db4..ad62642 100644
--- a/theme/static/style.css
+++ b/theme/static/style.css
@@ -169,11 +169,11 @@ footer {
height: 300px;
display: flex;
align-items: center;
- justify-content: bottom;
+ justify-content: center bottom;
padding: 0px 0px 10px 0px;
background-position: center bottom;
background-image: url("footer.png");
- background-repeat: repeat-y;
+ background-repeat: repeat-x;
background-size: auto 100%;
}