summaryrefslogtreecommitdiff
path: root/assets/_variables.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-06-18 23:20:29 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-06-18 23:20:29 +0200
commitc679f74cff00b419c9c042190ff825c43788d672 (patch)
tree7d3b75aa8c6e27d24c131974ac82ad11c919ba7d /assets/_variables.scss
parent12f2af4d34f9e836e40da8990aedef75e9e8f906 (diff)
Make columns shortcode mobile friendly
Diffstat (limited to 'assets/_variables.scss')
-rw-r--r--assets/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/_variables.scss b/assets/_variables.scss
index 0bdf238..452494f 100644
--- a/assets/_variables.scss
+++ b/assets/_variables.scss
@@ -35,7 +35,7 @@ $container-max-width: 80rem;
$header-height: 3.5rem;
$menu-width: 16rem;
-$toc-width: 14rem;
+$toc-width: 16rem;
$sm-breakpoint: $menu-width + $body-min-width + 5;
$md-breakpoint: $sm-breakpoint + $toc-width;