From fe2509e9cb8553d5bd078d4b82f4e6204ec38536 Mon Sep 17 00:00:00 2001 From: worthymelight <117606652+worthymelight@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:37:51 +0300 Subject: [PATCH] background -> background-image --- Web/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 5bbfe803..23b1aea6 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -80,7 +80,7 @@ h1 { } .page_custom_header { - background: url('../img/header_custom.svg'); + background-image: url('../img/header_custom.svg'); background-size: 100%; }