Make columns shortcode mobile friendly

This commit is contained in:
Alex Shpak
2019-06-18 23:20:29 +02:00
parent 12f2af4d34
commit c679f74cff
6 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -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;