summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorRadiohotline <radiohotline@disroot.org>2026-02-16 17:48:26 +0000
committerRadiohotline <radiohotline@disroot.org>2026-02-16 17:48:26 +0000
commit73fc38be427e6c2929d891314f58401a0f6e719b (patch)
tree958c79ab4b4a1eeb43a466899fea259edd885a47 /index.html
parentc00ae4e38b44247b50d4ba36366323b3d2bba978 (diff)
fix index background size
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 5b066a8..d0af3fa 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
background-image: url('img/index/index.png');
background-repeat: no-repeat;
background-attachment: fixed;
- background-size: 100%;
+ background-size: cover;
background-position: center;
}