Skip to content

Commit

Permalink
Sidebar bug fixed, on mobile view.
Browse files Browse the repository at this point in the history
  • Loading branch information
mozi47 authored Oct 4, 2023
1 parent 6d5ef8d commit d734889
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,16 @@

}

@media screen and (min-width: 485px) and (max-width: 599px) {
.menu{
right: -400px;
}
}

/* For Galaxy Fold Devices */

@media screen and (max-width: 300px) {
.menu ul {
font-size: 1rem;
}
}
}

0 comments on commit d734889

Please sign in to comment.