From e030b609780e36ff7b8de3e2cfb098a28ca02754 Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 25 Sep 2024 14:47:27 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=BC=D0=B5=D1=82=D0=BA=D0=B8=20=D0=BD=D0=B0=20992=20=D1=88?= =?UTF-8?q?=D0=B8=D1=80=D0=B8=D0=BD=D0=B5=20=D1=83=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=B9=D1=81=D1=82=D0=B2=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/web/static/css/wallpaper.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/web/static/css/wallpaper.css b/src/web/static/css/wallpaper.css index 4979169..fc3e5b2 100644 --- a/src/web/static/css/wallpaper.css +++ b/src/web/static/css/wallpaper.css @@ -83,7 +83,6 @@ img { @media (min-width: 992px) { html, body { height: 100%; - overflow: hidden; } * { @@ -92,13 +91,15 @@ img { box-sizing: border-box; } - .wallpaper-img { - height: 100%; + .wallpaper-img{ + width: 30%; border-radius: 16px; - display: flex; + display: block; + margin-left: auto; + margin-right: auto; object-fit: cover; } - + .wallpaper { display: flex; height: 100vh; @@ -126,6 +127,10 @@ img { width: 100%; } + .wallpaper-text { + display: flex; + flex-direction: column; + } } @media (min-width: 1200px) {