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 @@