From 73fc38be427e6c2929d891314f58401a0f6e719b Mon Sep 17 00:00:00 2001 From: Radiohotline Date: Mon, 16 Feb 2026 17:48:26 +0000 Subject: fix index background size --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.3