summaryrefslogtreecommitdiff
path: root/theme/static/style.css
diff options
context:
space:
mode:
authorPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:36:06 +0000
committerPhilipp Geyer <philipp@geyer.co.uk>2022-01-31 20:36:06 +0000
commit29b614c9fa7adbc6d716d9ba391d4f8558ec369a (patch)
tree8033fcc2e9db1a02ee3ef001adbf4f3d8ab906ce /theme/static/style.css
parent1643a43d1301fea39307c3b4bdfbf27b4f5fe939 (diff)
trying to make the footer work
Diffstat (limited to 'theme/static/style.css')
-rw-r--r--theme/static/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/style.css b/theme/static/style.css
index 1ef16c0..5d4cdaf 100644
--- a/theme/static/style.css
+++ b/theme/static/style.css
@@ -174,7 +174,7 @@ footer {
background-position: bottom;
background-image: url("footer.png");
background-repeat: no-repeat;
- background-size: cover;
+ background-size: auto 100%;
}