Skip to content

Commit

Permalink
Change the mobile sidebar and topbar breakpoints to 1024px
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjrw committed Dec 18, 2020
1 parent aad7f2d commit 48949eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigma9.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ sup {
right: 0;
}

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

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

0 comments on commit 48949eb

Please sign in to comment.