Merge pull request #427 from oof2win2/dev

Fix sidebar breakpoint for iPad
This commit is contained in:
itsHobbes
2021-10-07 17:40:21 +01:00
committed by GitHub
+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;