From 942a287b26f2aece07c6646b1c0686bde2ca3d96 Mon Sep 17 00:00:00 2001 From: alena Date: Mon, 11 May 2026 13:07:00 +0300 Subject: [PATCH] adaptive_fix_2 --- server/frontend/main/index.html | 4 ++-- server/frontend/main/style.css | 18 +++++++++++++++--- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/server/frontend/main/index.html b/server/frontend/main/index.html index c8f59fd..8020cbd 100644 --- a/server/frontend/main/index.html +++ b/server/frontend/main/index.html @@ -11,7 +11,7 @@ - +
@@ -220,7 +220,7 @@
--> - --> +

diff --git a/server/frontend/main/style.css b/server/frontend/main/style.css index 27c244f..42b936e 100644 --- a/server/frontend/main/style.css +++ b/server/frontend/main/style.css @@ -25,13 +25,25 @@ /* --------------------------------MAIN-------------------------------- */ body { - background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") no-repeat 100% 100% fixed; - background-size: cover; + margin: 0; font-family: "MurreyC"; font-size: 16px; font-weight: 400; letter-spacing: 3px; - height: auto; +} + +.bg { + position: fixed; + inset: 0; + + background: url("images/ChatGPT\ Image\ 5\ янв.\ 2026\ г.\,\ 15_49_39.png") center center / cover no-repeat; + + z-index: -1; +} + +.content { + position: relative; + min-height: 100vh; } button { background-color: #3a1f09;