Commit c91da107 authored by Mark Otto's avatar Mark Otto
Browse files

make the body full width

parent bfdc228c
7 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!22716Docs redesign,!17021v4
Showing with 5 additions and 10 deletions
+5 -10
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment