diff options
| author | Eric Nolte <[email protected]> | 2016-11-04 10:54:34 -0600 |
|---|---|---|
| committer | Eric Nolte <[email protected]> | 2016-11-04 10:54:34 -0600 |
| commit | cec0c7c6d6c6926dd372a91172c0081bb09fcc09 (patch) | |
| tree | bd7283256c2a64772712f7234d25fb12c072a923 /docs/_layouts/docs.html | |
| parent | 9402be4d44edafd7f558aa2b96f44172175fda34 (diff) | |
| download | bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.tar.xz bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.zip | |
Update docs to reflect new breakpoint naming convention
Diffstat (limited to 'docs/_layouts/docs.html')
| -rw-r--r-- | docs/_layouts/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/docs.html b/docs/_layouts/docs.html index 6e8cddf21..4c719c5d8 100644 --- a/docs/_layouts/docs.html +++ b/docs/_layouts/docs.html @@ -21,10 +21,10 @@ <div class="container"> <div class="row"> - <div class="col-xs-12 col-md-3 push-md-9 bd-sidebar"> + <div class="col-12 col-md-3 push-md-9 bd-sidebar"> {% include nav-docs.html %} </div> - <div class="col-xs-12 col-md-9 pull-md-3 bd-content"> + <div class="col-12 col-md-9 pull-md-3 bd-content"> <h1 class="bd-title" id="content">{{ page.title }}</h1> {{ content }} </div> |
