Skip to content

Commit

Permalink
navbar css fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha committed May 6, 2024
1 parent 08e8e92 commit 3547f61
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/lib/components/organisms/navmenu/navmenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
transition: all 0.3s ease-out;
display: flex;
justify-content: space-between;
align-items: flex-start; // Used to be
align-items: center; // Used to be flex start
align-self: center;
justify-self: center;
padding: 0;
Expand Down Expand Up @@ -487,20 +487,21 @@
& ~ .nav_menu {
transition: all 0.3s ease-out;
background: none;
overflow: visible;
background-color: none;
max-height: var(--navmenu-height-expanded);
/* margin-top: 0; */
}
& ~ * .nav_menu_header {
transition: all 0.3s ease-out;
height: var(--navmenu-height-expanded);
/* height: var(--navmenu-height-expanded); */
margin: 0;
/* margin: 0; */
/* align-items: center; */
/* background-color: green; */
& > * {
transition: all 0.3s ease-out;
height: var(--navmenu-height-expanded);
/* height: var(--navmenu-height-expanded); */
}
}

Expand Down

0 comments on commit 3547f61

Please sign in to comment.