diff options
| author | Mark Otto <[email protected]> | 2019-07-21 16:47:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-07-21 21:44:32 -0700 |
| commit | e7890d1562695e09da76e0ca75258b178eccec52 (patch) | |
| tree | df91e1ccb21b265a312887d305ef8c9a88f5ef37 /site/layouts/_default/docs.html | |
| parent | 0fcb0af131f6256102ecbbd24c5bb7a87e24560e (diff) | |
| download | bootstrap-e7890d1562695e09da76e0ca75258b178eccec52.tar.xz bootstrap-e7890d1562695e09da76e0ca75258b178eccec52.zip | |
Move search styles, prep for responsive containers in docs
Diffstat (limited to 'site/layouts/_default/docs.html')
| -rw-r--r-- | site/layouts/_default/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 57dde4089..fff946d10 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -9,7 +9,7 @@ {{ partial "docs-navbar" . }} {{ partial "docs-subnav" . }} - <div class="container my-4"> + <div class="container-xl my-4"> <div class="row flex-xl-nowrap"> <div class="col-md-3 bd-sidebar"> {{ partial "docs-sidebar" . }} |
