From ba5d38ad4427bcda21a4cc57689464ed58d8b9a0 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 24 Jan 2020 00:07:47 +0100 Subject: Rework of main template, adds options for more fine customisation --- assets/_defaults.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'assets/_defaults.scss') diff --git a/assets/_defaults.scss b/assets/_defaults.scss index 354af74..af7aa24 100644 --- a/assets/_defaults.scss +++ b/assets/_defaults.scss @@ -31,15 +31,14 @@ $body-background: white !default; $body-font-color: $gray-800 !default; $body-font-weight: normal !default; -$body-min-width: 20rem !default; +$body-min-width: 25rem !default; $container-max-width: 80rem !default; $header-height: 3.5rem !default; $menu-width: 16rem !default; $toc-width: 16rem !default; -$md-breakpoint: $menu-width + $body-min-width * 1.25 + $toc-width !default; -$sm-breakpoint: $menu-width + $body-min-width !default; +$mobile-breakpoint: $menu-width + $body-min-width + $toc-width !default; // Hint colors $hint-colors: ( -- cgit v1.2.3