Skip to content

Commit 125bb1b

Browse files
committed
remove sidebar when narrow mobile on front page
1 parent c154c3b commit 125bb1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theme/templates/css/responsive.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/templates/index-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="co1 c3" id="sb">
1+
<div class="co1 c3 desktop-only" id="sb">
22
<div class="pn">
33
<div class="pnh"><h3>{% for p in pages|sort(attribute='sortorder') %}{% if page and p.slug == page.slug %}{{ p.title }}{% endif %}{% endfor %}{% if not page %}Full Stack Python{% endif %}</h3></div>
44
<div class="pnb">

0 commit comments

Comments
 (0)