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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvjeantet <valere.jeantet@gmail.com>2020-09-06 22:48:06 +0300
committervjeantet <valere.jeantet@gmail.com>2020-09-06 22:48:06 +0300
commit8484dfe7f346d844727bef4be3795e104b180bba (patch)
treebe3a883f80a8ddd9c1ba3af4edf65be87b2b40cf /assets
parentb4f0e0e7b5483ac0691bebd72deaeec0af71838c (diff)
hide nav when width < 936
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/layout.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/sass/layout.scss b/assets/sass/layout.scss
index 41eed12..20d01ba 100644
--- a/assets/sass/layout.scss
+++ b/assets/sass/layout.scss
@@ -193,7 +193,7 @@ body:not(.render_raw) {
}
}
-@media(max-width:769px) {
+@media(max-width:936px) {
body:not(.render_raw){
header{
div.burger{