Skip to content

Commit e8ed987

Browse files
Merge branch 'css-navbar-fixes_contribute-9.0' into css-navbar-fixes_contribute-main
2 parents 4169fc0 + 43a67f0 commit e8ed987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/_custom_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
--ds-header-icon-color-hover: #{$ds-header-icon-color-hover};
2929

3030
--ds-navbar-bg: #{$ds-navbar-bg};
31-
--ds-navbar-item-padding: 0.25rem 0;
31+
--ds-navbar-item-padding: 0.5rem 0.25rem;
3232
--ds-navbar-link-color: #{$ds-navbar-link-color};
3333
--ds-navbar-link-bg: var(--ds-navbar-bg);
3434
--ds-navbar-link-color-hover: #{$ds-navbar-link-color-hover};
@@ -46,7 +46,7 @@
4646
--ds-expandable-navbar-item-padding: 0.25rem 0.5rem;
4747
@include media-breakpoint-up(md) {
4848
--ds-expandable-navbar-padding: 0.5rem 0;
49-
--ds-expandable-navbar-item-padding: 0.25rem 0.75rem;
49+
--ds-expandable-navbar-item-padding: 0.5rem 0.75rem;
5050
}
5151

5252
--ds-user-menu-bg: var(--ds-expandable-navbar-bg);

0 commit comments

Comments
 (0)