Skip to content

Commit 1ff3f2a

Browse files
committed
udpate navbar height variables
1 parent 558eede commit 1ff3f2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libs/theme/styles/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ $gradient-app-card---resting: linear-gradient(
150150

151151
$ribbon-height: 2rem;
152152
$ribbon-height-mobile: 2rem;
153-
$navbar-height: 5rem;
154-
$navbar-height-mobile: 3rem;
153+
$navbar-height: 6rem;
154+
$navbar-height-mobile: 4.5rem;
155155
$main-nav-height: calc($ribbon-height + $navbar-height);
156156
$main-nav-height-mobile: calc($ribbon-height-mobile + $navbar-height-mobile);
157157

0 commit comments

Comments
 (0)