diff options
| author | Starsam80 <[email protected]> | 2016-11-26 21:33:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-26 20:33:46 -0800 |
| commit | b1e8d60348ab84895b7b722487a03264a53aedfb (patch) | |
| tree | 49aa074990ffc26c7bdb4f9ccf65b677e331c601 /docs/_layouts/simple.html | |
| parent | eb5ad730ee85ea02a2eba6e7e9ed1e9a8dd837f4 (diff) | |
| download | bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.tar.xz bootstrap-b1e8d60348ab84895b7b722487a03264a53aedfb.zip | |
Remove 'xs' from text utilities (#21217)
Diffstat (limited to 'docs/_layouts/simple.html')
| -rw-r--r-- | docs/_layouts/simple.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_layouts/simple.html b/docs/_layouts/simple.html index df9bb6048..bb35ec792 100644 --- a/docs/_layouts/simple.html +++ b/docs/_layouts/simple.html @@ -2,7 +2,7 @@ layout: default --- -<div class="bd-pageheader text-xs-center text-sm-left"> +<div class="bd-pageheader text-center text-sm-left"> <div class="container"> <h1>{{ page.title }}</h1> <p class="lead"> |
