From 01e71a697b2bfd8a6915f3b9c2c980a2cc594e4a Mon Sep 17 00:00:00 2001 From: Vadim Kotlyarov Date: Sat, 13 Apr 2024 23:42:44 +0300 Subject: [PATCH] add header(not all) --- src/css/header.css | 7 ++++++- src/partials/header.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index 9564577..9d318e3 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -9,8 +9,13 @@ padding-top: 20px; padding-bottom: 48px; } -.header-logo-mob { +.footer-logo-link { display: flex; + gap: 4px; + align-items: center; + justify-content: center; +} +.header-logo-mob { fill: #FBFBFB; } .button-menu-open-mob { diff --git a/src/partials/header.html b/src/partials/header.html index cc340c9..cb0fd36 100644 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -2,7 +2,7 @@