summaryrefslogtreecommitdiff
path: root/theme/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/style.css')
-rw-r--r--theme/static/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/theme/static/style.css b/theme/static/style.css
index f209a2c..1ef16c0 100644
--- a/theme/static/style.css
+++ b/theme/static/style.css
@@ -42,11 +42,6 @@ body {
min-height: 100vh;
display: flex;
flex-direction: column;
-
- background-position: bottom;
- background-image: url("footer.png");
- background-repeat: no-repeat;
- background-size: contain;
}
header {
@@ -175,6 +170,11 @@ footer {
display: flex;
align-items: center;
justify-content: center;
+
+ background-position: bottom;
+ background-image: url("footer.png");
+ background-repeat: no-repeat;
+ background-size: cover;
}