Skip to content

Commit

Permalink
fix: kick into mobile layout sooner (from 800 to 1000px)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuchel committed Nov 9, 2023
1 parent 54d11a8 commit b97ec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Media query Sass variables */

/* $mq-mobile is the min-width we flip to 'desktop' layout */
$mq-mobile: 800px;
$mq-mobile: 1000px;

/**
* $toc-min is the min-width we show the table of
Expand Down

0 comments on commit b97ec28

Please sign in to comment.