From 0f15ca3d45f1426181416efe7032a86d569cf14f Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 24 Oct 2016 15:55:47 +0200 Subject: [PATCH] Responsive tweaks --- src/styles/_app_base.sass | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/_app_base.sass b/src/styles/_app_base.sass index 56800af..3181870 100644 --- a/src/styles/_app_base.sass +++ b/src/styles/_app_base.sass @@ -12,6 +12,10 @@ body position: relative height: 100% + +media-xs + display: block + height: auto + #col_sidebar width: $sidebar-width min-width: $sidebar-width @@ -24,8 +28,16 @@ body min-height: 100% position: relative + +media-xs + height: auto + min-height: auto + margin: 0 auto + padding-left: $sidebar-width !important + #col_main width: 50% // gets overriden by JS, dragging the col-splitter + +media-xs + width: 100% #col_right flex: 1 1 auto