Skip to content

Commit d734889

Browse files
authored
Sidebar bug fixed, on mobile view.
1 parent 6d5ef8d commit d734889

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/components/Menu/menu.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,16 @@
5656

5757
}
5858

59+
@media screen and (min-width: 485px) and (max-width: 599px) {
60+
.menu{
61+
right: -400px;
62+
}
63+
}
64+
5965
/* For Galaxy Fold Devices */
6066

6167
@media screen and (max-width: 300px) {
6268
.menu ul {
6369
font-size: 1rem;
6470
}
65-
}
71+
}

0 commit comments

Comments
 (0)