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:
authorJꙨdцӍoηҬ <jodumont@users.noreply.github.com>2017-04-19 10:28:41 +0300
committerGitHub <noreply@github.com>2017-04-19 10:28:41 +0300
commit467dba300cc30ac64d39802a0ad09630f2cd68ae (patch)
tree3f69e0b1913d7e50f13978af8978ba3538ef4ac5
parent39fffab4173ef0277c2c7e8afae7664033bbea41 (diff)
media min width for sidebar
so the sidebar don't overlay when the screen is to small
-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 */