style: update media query breakpoint for improved layout

- Changed media query breakpoint from 1281px to 1921px to enhance layout responsiveness for larger screens.
This commit is contained in:
Zack Spear
2025-05-08 16:18:14 -07:00
parent 4adc5252fc
commit 280ddcb508

View File

@@ -582,7 +582,7 @@ div.title.shift {
max-width: 1920px;
}
@media (min-width: 1281px) {
@media (min-width: 1921px) {
.Theme--nav-top.Theme--width-unlimited #displaybox {
padding: 0 2rem;
}