From d1eaee4296cf5ff3e95249ee9a2c55aeaeb6aa46 Mon Sep 17 00:00:00 2001 From: Nika Date: Tue, 12 Nov 2024 20:36:33 +0100 Subject: [PATCH] added vertical margin to nav items --- src/components/Nav/styles.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Nav/styles.module.scss b/src/components/Nav/styles.module.scss index 3d201ed7d8..0a84bf0368 100644 --- a/src/components/Nav/styles.module.scss +++ b/src/components/Nav/styles.module.scss @@ -47,6 +47,10 @@ line-height: 1.167; -webkit-text-stroke-width: 0.15px; margin-bottom: var(--spacing-xs); + + li:not(:first-child) { + margin-top: 10px; + } } @media (min-width: $breakpoint-tablet) {