Skip to content

Commit 48949eb

Browse files
committed
Change the mobile sidebar and topbar breakpoints to 1024px
1 parent aad7f2d commit 48949eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigma9.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ sup {
334334
right: 0;
335335
}
336336

337-
@media (max-width: 767px) {
337+
@media (max-width: 1023px) {
338338
/* On mobile, show the mobile top bar instead of the regular one */
339339
.mobile-top-bar {
340340
display: block;
@@ -501,7 +501,7 @@ sup {
501501
box-shadow: 0 0 20px 3px rgba(153, 153, 153, 1);
502502
}
503503

504-
@media (max-width: 767px) {
504+
@media (max-width: 1023px) {
505505
/* On mobile, the sidebar is tucked away to the left */
506506
#side-bar {
507507
position: fixed;

0 commit comments

Comments
 (0)