From b20e6e0c0d948899cc4b9e90241fd9c1f6e69c65 Mon Sep 17 00:00:00 2001 From: vitya-ne <9317613+vitya-ne@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:43:30 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D1=81=D1=82=D1=80=D0=B0?= =?UTF-8?q?=D0=B8=D0=B2=D0=B0=D0=B5=D1=82=20=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA?= =?UTF-8?q?=D1=83=20=D0=B7=D0=B0=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/header-button.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/styles/blocks/header-button.css b/src/styles/blocks/header-button.css index 25e44133..2a89bc14 100644 --- a/src/styles/blocks/header-button.css +++ b/src/styles/blocks/header-button.css @@ -84,28 +84,28 @@ } .header-button-icon--close { - width: 30px; - height: 30px; + width: 28px; + height: 28px; } -@media (width >= 1024px) { +@media (width >= 768px) { .header-button-icon--close { - width: 35px; - height: 35px; + width: 30px; + height: 30px; } } -@media (width >= 1366px) { +@media (width >= 1024px) { .header-button-icon--close { - width: 37px; - height: 37px; + width: 32px; + height: 32px; } } @media (width >= 1680px) { .header-button-icon--close { - width: 43px; - height: 43px; + width: 40px; + height: 40px; } }