From c679f74cff00b419c9c042190ff825c43788d672 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 18 Jun 2019 23:20:29 +0200 Subject: Make columns shortcode mobile friendly --- assets/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/_variables.scss') 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; -- cgit v1.2.3