diff options
| author | Mark Otto <[email protected]> | 2017-05-27 17:30:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 17:30:07 -0700 |
| commit | c91da107ad4af99360625bd0634f9e84085301ab (patch) | |
| tree | a805a2830ebbcc23c5620c79c0bfb7d9da7ddb4e /docs | |
| parent | bfdc228c41d70fe4ca429b7d6a376eff38aea476 (diff) | |
| download | bootstrap-c91da107ad4af99360625bd0634f9e84085301ab.tar.xz bootstrap-c91da107ad4af99360625bd0634f9e84085301ab.zip | |
make the body full width
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_layouts/docs.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index c44275f1f..6c6e17fd5 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -12,20 +12,15 @@ {% include nav-home.html %} - <div class="bd-pageheader"> - <div class="container"> - {% include page-headers.html %} - {% include ads.html %} - </div> - </div> - - <div class="container"> + <div class="container-fluid"> <div class="row"> - <div class="col-12 col-md-3 push-md-9 bd-sidebar"> + <div class="col-12 col-md-3 col-xl-2 bd-sidebar"> {% include nav-docs.html %} </div> - <main class="col-12 col-md-9 pull-md-3 bd-content" role="main"> + <main class="col-12 col-md-9 col-xl-10 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 %} {{ content }} </main> </div> |
