From 220d999ce688de71b32af36105e753be72205c76 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 19 Jun 2019 13:58:46 +0200 Subject: Adjust some colors, font sizes, borders in markdown --- assets/_variables.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assets/_variables.scss') diff --git a/assets/_variables.scss b/assets/_variables.scss index 452494f..700d2a9 100644 --- a/assets/_variables.scss +++ b/assets/_variables.scss @@ -9,6 +9,8 @@ $font-size-12: 0.75rem; $font-size-14: 0.875rem; $font-size-16: 1rem; +$border-radius: 0.15rem; + // Grayscale $white: #ffffff; $gray-100: #f8f9fa; @@ -37,5 +39,5 @@ $header-height: 3.5rem; $menu-width: 16rem; $toc-width: 16rem; -$sm-breakpoint: $menu-width + $body-min-width + 5; -$md-breakpoint: $sm-breakpoint + $toc-width; +$md-breakpoint: $menu-width + $body-min-width * 1.25 + $toc-width; +$sm-breakpoint: $menu-width + $body-min-width; -- cgit v1.2.3