From d4ef038ed1ac55e9ee4cd245d234098c01cf3641 Mon Sep 17 00:00:00 2001 From: Kostya Date: Fri, 8 Dec 2023 22:23:33 +0300 Subject: [PATCH] added width for auth card discord for a laptop --- luckydiamond/src/assets/css/PagesStyles/home.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/luckydiamond/src/assets/css/PagesStyles/home.css b/luckydiamond/src/assets/css/PagesStyles/home.css index 9ec2cf7..46e2581 100644 --- a/luckydiamond/src/assets/css/PagesStyles/home.css +++ b/luckydiamond/src/assets/css/PagesStyles/home.css @@ -249,6 +249,9 @@ /* Media */ @media screen and (min-device-width: 1400px) and (max-device-width: 1600px) { + .header__auth--discord { + width: 14%; + } .main { width: 75% !important; } @@ -315,6 +318,9 @@ } @media screen and (min-device-width: 1200px) and (max-device-width: 1399px) { + .header__auth--discord { + width: 14%; + } .main__content h1 { font-size: 4.5em; }