diff --git a/src/styles/theme/navigation.scss b/src/styles/theme/navigation.scss index 1e06b22a..67f588e3 100644 --- a/src/styles/theme/navigation.scss +++ b/src/styles/theme/navigation.scss @@ -54,7 +54,7 @@ line-height: 1; .button { - padding: 0 0.25rem; + padding: 0 .5rem; height: 1rem; .icon { diff --git a/src/styles/variables/variables.scss b/src/styles/variables/variables.scss index 9cf90ba7..33f34407 100644 --- a/src/styles/variables/variables.scss +++ b/src/styles/variables/variables.scss @@ -40,7 +40,7 @@ $button-height: 34px; $switch-view-height: 2.69rem; -$user-dropdown-width-mobile: 4rem; +$user-dropdown-width-mobile: 5rem; $hamburger-menu-icon-spacing: 1rem; $hamburger-menu-icon-width: 28px; $navbar-height: 4rem;