From da58544c5b7fb9d11d95d4b7e932a77e24a12925 Mon Sep 17 00:00:00 2001 From: worthymelight <117606652+worthymelight@users.noreply.github.com> Date: Sun, 6 Jul 2025 15:33:12 +0300 Subject: [PATCH] Added background-size: 100%; for header to main.css --- Web/static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web/static/css/main.css b/Web/static/css/main.css index 6efe959c..5bbfe803 100644 --- a/Web/static/css/main.css +++ b/Web/static/css/main.css @@ -74,12 +74,14 @@ h1 { width: 791px; height: 45px; background: url('../img/header.svg'); + background-size: 100%; background-repeat: no-repeat; background-position: 0; } .page_custom_header { background: url('../img/header_custom.svg'); + background-size: 100%; } #page_act {