diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:48:26 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-02-16 17:48:26 +0000 |
| commit | 73fc38be427e6c2929d891314f58401a0f6e719b (patch) | |
| tree | 958c79ab4b4a1eeb43a466899fea259edd885a47 | |
| parent | c00ae4e38b44247b50d4ba36366323b3d2bba978 (diff) | |
fix index background size
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |
