Skip to content

Commit

Permalink
fix menu (#848)
Browse files Browse the repository at this point in the history
Co-authored-by: Gleb Karavatski <[email protected]>
  • Loading branch information
gleb498 and gkaravatski authored Nov 19, 2024
1 parent 80d8698 commit 8fca3d4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,18 @@ body {
}


@media (max-width: 1200px){
.navbar__item {
flex-shrink: 0;
}

@media (max-width: 1560px){
.navbar__item {
display: none;
}

.navbar__toggle {
display: flex;
}
}

.navbar .navbar__items[data-theme=light] {
Expand Down

0 comments on commit 8fca3d4

Please sign in to comment.