aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 15:36:19 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-23 15:36:19 +0300
commit69c2df57f662f53c56b2f3555d0937e241b8d02b (patch)
tree1c2f1173d0d3f8421245283e5d738e34346eb6f7 /_layouts
parentseparate content from sidebar automatically (diff)
downloadjekyll-theme-69c2df57f662f53c56b2f3555d0937e241b8d02b.tar.gz
jekyll-theme-69c2df57f662f53c56b2f3555d0937e241b8d02b.zip
hide the sidebar separator on wide screens
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index caa95f1..eaae1b9 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -4,7 +4,7 @@
{{ content }}
{% unless site.settings.sidebar.hide or page.sidebar.hide %}
{% comment %}Separate the content from the sidebar on narrow screens.{% endcomment %}
- <hr/>
+ <hr class="sidebar-sep"/>
{% endunless %}
</div>
<div class="col-md-4">