From 6a29ac7a21877a243fc1d35872d3e35e754720fc Mon Sep 17 00:00:00 2001 From: Tatiana Fokina Date: Fri, 30 Aug 2024 23:26:19 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=D0=B8=D1=80=D1=83?= =?UTF-8?q?=D0=B5=D1=82=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D1=82=D0=B0=D0=BA,?= =?UTF-8?q?=20=D1=87=D1=82=D0=BE=D0=B1=D1=8B=20=D0=B2=D1=81=D1=91=20=D1=80?= =?UTF-8?q?=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=BB=D0=BE=20=D0=BA=D0=B0=D0=BA?= =?UTF-8?q?=20=D0=BD=D0=B0=D0=B4=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/blocks/header.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/blocks/header.css b/src/styles/blocks/header.css index 2eb7af09..e4f69bf3 100644 --- a/src/styles/blocks/header.css +++ b/src/styles/blocks/header.css @@ -49,6 +49,7 @@ .header--open .header__menu { position: fixed; + top: 55px; } }