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) {