From 9f0ffde2deceb770e7739c740c057d416d74de84 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 8 Dec 2023 14:59:47 +0300 Subject: [PATCH] fixed adaptive for a laptop 1200-1399px --- luckydiamond/src/assets/css/PagesStyles/home.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index c5b6172..9ec2cf7 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -250,7 +250,7 @@ @media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { .main { - width: 75%; + width: 75% !important; } .main__content h1 { font-size: 4.5em; @@ -320,6 +320,7 @@ } .gamemode__main { height: auto; + width: 28.5%; } .title-firstline { font-size: 4.1em; @@ -335,7 +336,7 @@ top: -.4em; } .line__img { - margin: 1% -15% 0 2%; + margin: 1% -5% 0 2%; } .gamemode__firstline img { width: 60%;