mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix part of #13111: hide the docs nav on small and below devices
This commit is contained in:
parent
43d21b97f2
commit
508d9f0d65
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
{{ content }}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="bs-docs-sidebar hidden-print" role="complementary">
|
||||
<div class="bs-docs-sidebar hidden-print hidden-xs hidden-sm" role="complementary">
|
||||
<ul class="nav bs-docs-sidenav">
|
||||
{% if page.slug == "getting-started" %}
|
||||
{% include nav/getting-started.html %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue