mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
Merge pull request #427 from oof2win2/dev
Fix sidebar breakpoint for iPad
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user