diff options
| author | Mark Otto <[email protected]> | 2016-11-16 20:37:51 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-11-16 20:37:51 -0800 |
| commit | 6910516d2c87d4963032d541385da4aef50b9430 (patch) | |
| tree | 8c4f512645cbdd8d9914e095d18c7b178beba11a /docs/_layouts/docs.html | |
| parent | d90e4faf624410dc5159f5a3b9f60da13968c5df (diff) | |
| parent | cec0c7c6d6c6926dd372a91172c0081bb09fcc09 (diff) | |
| download | bootstrap-6910516d2c87d4963032d541385da4aef50b9430.tar.xz bootstrap-6910516d2c87d4963032d541385da4aef50b9430.zip | |
Merge pull request #21086 from ETNOL/feature/OmitXsFromGrid
Feature/omit xs from grid
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> |
