Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2017-05-21 13:56:51 +0300
committerGitHub <noreply@github.com>2017-05-21 13:56:51 +0300
commit59456cb047c7e7b1506c7803d730694b8c9587fd (patch)
tree3f69e0b1913d7e50f13978af8978ba3538ef4ac5
parent39fffab4173ef0277c2c7e8afae7664033bbea41 (diff)
parent467dba300cc30ac64d39802a0ad09630f2cd68ae (diff)
Merge pull request #29 from jodumont/patch-2
media min width for sidebar
-rw-r--r--static/css/bootie-docs.css5
1 files 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 */