diff --git a/src/styles/app.css b/src/styles/app.css index d307935..bd94df4 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -201,25 +201,6 @@ background: linear-gradient(180deg, rgba(254, 242, 242, 0.92), rgba(255, 255, 255, 0.86)); } -@media (max-width: 1180px) { - .app-shell { - grid-template-columns: 1fr; - height: auto; - min-height: 100vh; - padding: 12px; - overflow: visible; - } - - .content-panel { - padding: 0; - overflow: visible; - } - - .content-scroll-area { - overflow: visible; - } -} - @media (max-width: 720px) { .sort-bar { justify-content: stretch;