Keep the sidebar above until md instead of sm

This commit is contained in:
Pk11 2021-02-01 13:11:40 -06:00
parent dc2c91d160
commit f2d01b3f21

View File

@ -15,7 +15,7 @@ layout: compress
<div class="container-fluid main-content"> <div class="container-fluid main-content">
{% include language-alert.html %} {% include language-alert.html %}
<div class="row pt-5"> <div class="row pt-5">
<div class="col-sm-3"> <div class="col-md-3">
<div class="rounded-3 sidebar-container mb-3 p-3"> <div class="rounded-3 sidebar-container mb-3 p-3">
<!-- get category list --> <!-- get category list -->
{% assign items = site[page.collection] | where: "section", page.section | sort_natural: "title" %} {% assign items = site[page.collection] | where: "section", page.section | sort_natural: "title" %}
@ -51,7 +51,7 @@ layout: compress
</ul> </ul>
</div> </div>
</div> </div>
<div class="col-sm-9"> <div class="col-md-9">
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<hr> <hr>
{% include anchor-headings.html html=content anchorBody="<small>#</small>" anchorClass="header-anchor" %} {% include anchor-headings.html html=content anchorBody="<small>#</small>" anchorClass="header-anchor" %}