Skip to content

Commit

Permalink
navbar: fix logo size in non-desktop devices
Browse files Browse the repository at this point in the history
  • Loading branch information
M3nin0 authored and kpsherva committed Aug 22, 2024
1 parent d96cfcf commit 75b8e2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ ul.navbar-menu:not(.active) {
}
}

@media all and (min-width: 1200px) {
@media all and (min-width: 1300px) {
.logo {
width: 250px;
margin-right: 20px;
Expand Down

0 comments on commit 75b8e2f

Please sign in to comment.