mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
#138, Lower minimum body width from 400px to 320px, regression
This commit is contained in:
parent
c0bd5b5bb8
commit
4e03ee5835
@ -31,14 +31,14 @@ $body-background: white !default;
|
|||||||
$body-font-color: $gray-800 !default;
|
$body-font-color: $gray-800 !default;
|
||||||
$body-font-weight: normal !default;
|
$body-font-weight: normal !default;
|
||||||
|
|
||||||
$body-min-width: 25rem !default;
|
$body-min-width: 20rem !default;
|
||||||
$container-max-width: 80rem !default;
|
$container-max-width: 80rem !default;
|
||||||
|
|
||||||
$header-height: 3.5rem !default;
|
$header-height: 3.5rem !default;
|
||||||
$menu-width: 16rem !default;
|
$menu-width: 16rem !default;
|
||||||
$toc-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
|
||||||
$hint-colors: (
|
$hint-colors: (
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
{"Target":"book.min.b7fe34b8a4c4da05b2690b4aacfa71ddce0668cc6da3abb67dd3946844125444.css","MediaType":"text/css","Data":{"Integrity":"sha256-t/40uKTE2gWyaQtKrPpx3c4GaMxto6u2fdOUaEQSVEQ="}}
|
{"Target":"book.min.66d2f6926159dd697150bdcd901eead56a7adc9408513ccb9ab553939262dd4c.css","MediaType":"text/css","Data":{"Integrity":"sha256-ZtL2kmFZ3WlxUL3NkB7q1Wp63JQIUTzLmrVTk5Ji3Uw="}}
|
Loading…
Reference in New Issue
Block a user