Skip to content

Commit fe6f0ff

Browse files
committed
Change the mobile sidebar and topbar breakpoints to 1024px
1 parent cfefb45 commit fe6f0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sigma9.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ sup {
335335
right: 0;
336336
}
337337

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

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

0 commit comments

Comments
 (0)