From fc272fc81bb230aed021d11a565b233e923fd1e0 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 18 Dec 2024 18:19:30 +0100 Subject: [PATCH] wip #7217 @1 --- less/header.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/header.less b/less/header.less index 730f3c8..76f314d 100644 --- a/less/header.less +++ b/less/header.less @@ -97,7 +97,7 @@ header { li { text-transform: uppercase; &:not(:last-child) { - margin-right: 40px; + margin-right: 25px; } } } @@ -117,7 +117,7 @@ header { } // Breakpoint for mobile menu -@media screen and (max-width: 1020px) { +@media screen and (max-width: 1350px) { .logo { top: 30px; -- 2.39.5