🐛 Fix sidebar breakpoint for iPad

This commit is contained in:
oof2win2
2021-10-05 00:06:59 +02:00
parent 2bbccddf08
commit c40943bdce
+1 -1
View File
@@ -14,7 +14,7 @@ export const SidebarWrapper = styled.div`
bottom: 0;
width: 320px;
@media screen and (max-width: 767px) {
@media screen and (max-width: 768px) {
z-index: 100;
width: calc(100vw - 100px);
transition: transform 0.2s ease-in-out;