Skip to content

Commit

Permalink
add responsive fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
buhowski committed Jan 19, 2025
1 parent d8b4917 commit fcf4255
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/header/Header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,19 @@
}
}

.mobile-menu-btn,
.mobile-menu,
.wrapper > .logo {
display: none;
}

@include tablet {
.mobile-menu-btn,
.mobile-menu,
.wrapper > .logo {
display: block;
}

.mobile-menu-btn {
width: 40px;
height: 22px;
Expand Down

0 comments on commit fcf4255

Please sign in to comment.