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 cfefb45 commit fe6f0ff
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 @@ -335,7 +335,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 @@ -503,7 +503,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 fe6f0ff

Please sign in to comment.