diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-19 13:58:46 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-06-19 13:58:46 +0200 |
commit | 220d999ce688de71b32af36105e753be72205c76 (patch) | |
tree | 384267e0fdca884bd2cce4b6cccaa8b0f3ea0952 /assets/_variables.scss | |
parent | 618ffadcb3745945baa62a649e9c4a53f50c449a (diff) |
Adjust some colors, font sizes, borders in markdown
Diffstat (limited to 'assets/_variables.scss')
-rw-r--r-- | assets/_variables.scss | 6 |
1 files changed, 4 insertions, 2 deletions
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; |