diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-31 20:29:43 +0000 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2022-01-31 20:29:43 +0000 |
| commit | 1643a43d1301fea39307c3b4bdfbf27b4f5fe939 (patch) | |
| tree | 690f0ec657ba9078590052831de0c6abd270c10c /theme/static | |
| parent | 49610f319e9f29d966a0445f1763f179a9b074f9 (diff) | |
Some theme and layout tweaks
Diffstat (limited to 'theme/static')
| -rw-r--r-- | theme/static/style.css | 10 |
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; } |
