summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-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%;
}