aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/docs.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/docs.html')
-rw-r--r--docs/_layouts/docs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html
index 6c6e17fd5..540c4c733 100644
--- a/docs/_layouts/docs.html
+++ b/docs/_layouts/docs.html
@@ -13,11 +13,11 @@
{% include nav-home.html %}
<div class="container-fluid">
- <div class="row">
+ <div class="row flex-xl-nowrap">
<div class="col-12 col-md-3 col-xl-2 bd-sidebar">
{% include nav-docs.html %}
</div>
- <main class="col-12 col-md-9 col-xl-10 py-md-3 pl-md-5 bd-content" role="main">
+ <main class="col-12 col-md-9 col-xl-auto py-md-3 pl-md-5 bd-content" role="main">
<h1 class="bd-title" id="content">{{ page.title }}</h1>
<p class="bd-lead">{{ page.description }}</p>
{% include ads.html %}