aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 18:24:00 -0700
committerMark Otto <[email protected]>2017-05-27 18:24:00 -0700
commit5b66579e4de3983bffaa73c730f9221d4a7b0d5e (patch)
treeb460a77513058602e943662ea5a86ae1f57a786f /docs/_layouts/docs.html
parent8627c506f748ae254cf26860873461e6281c5a2c (diff)
downloadbootstrap-5b66579e4de3983bffaa73c730f9221d4a7b0d5e.tar.xz
bootstrap-5b66579e4de3983bffaa73c730f9221d4a7b0d5e.zip
make it big screen friendly
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 %}