From 467dba300cc30ac64d39802a0ad09630f2cd68ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=EA=99=A8d=D1=86=D3=8Do=CE=B7=D2=AC?= Date: Wed, 19 Apr 2017 09:28:41 +0200 Subject: media min width for sidebar so the sidebar don't overlay when the screen is to small --- static/css/bootie-docs.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/bootie-docs.css b/static/css/bootie-docs.css index f69277e..6beff72 100644 --- a/static/css/bootie-docs.css +++ b/static/css/bootie-docs.css @@ -202,8 +202,9 @@ main > article > section > table > tbody > tr:nth-of-type(odd) { /* * Sidebar */ - -div#sidebar { +@media (min-width: 1200px) { + div#sidebar { + } } /* Sidebar modules for boxing content */ -- cgit v1.2.3