Skip to content

Commit

Permalink
Fix personal header height and dropdown menus
Browse files Browse the repository at this point in the history
  • Loading branch information
albig committed Nov 12, 2024
1 parent 8a875ea commit c6d37cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,11 @@ body {
display: flex;
height: auto;
margin-right: 5px;
align-items: center;

@include media-breakpoint-up(md) {
height: 5em;
}
}

> li.menu-item-has-children {
Expand Down
7 changes: 1 addition & 6 deletions sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@

div.dropdown-menu {
display: block;

margin-top: 54px;

&.show {
margin-top: 4px;
}
top: calc(100% + 8px);

ul {
border-radius: 0;
Expand Down

0 comments on commit c6d37cc

Please sign in to comment.