Skip to content

Commit

Permalink
#138, Lower minimum body width from 400px to 320px, regression
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-shpak committed Feb 4, 2020
1 parent c0bd5b5 commit 4e03ee5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ $body-background: white !default;
$body-font-color: $gray-800 !default;
$body-font-weight: normal !default;

$body-min-width: 25rem !default;
$body-min-width: 20rem !default;
$container-max-width: 80rem !default;

$header-height: 3.5rem !default;
$menu-width: 16rem !default;
$toc-width: 16rem !default;

$mobile-breakpoint: $menu-width + $body-min-width + $toc-width !default;
$mobile-breakpoint: $menu-width + $body-min-width * 1.2 + $toc-width !default;

// Hint colors
$hint-colors: (
Expand Down

0 comments on commit 4e03ee5

Please sign in to comment.