diff options
| author | David Beitey <[email protected]> | 2016-10-03 16:21:15 +1000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-02 23:21:15 -0700 |
| commit | 07033a8cf8571f11866a04e1e244defc4a2e03cc (patch) | |
| tree | 224e816057ad3b2fe89f96e859dd3ea53f27b4c5 /docs/examples | |
| parent | 98671231ecdc3870213f77fb20d1bf3fec1e08cf (diff) | |
| download | bootstrap-07033a8cf8571f11866a04e1e244defc4a2e03cc.tar.xz bootstrap-07033a8cf8571f11866a04e1e244defc4a2e03cc.zip | |
Show clearfix for examples for xs/sm devices (#19287)
Change `hidden-sm-up` to `hidden-md-up` as the clearfix divs should be visible on both `xs` and `sm` devices (widths of 6 columns).
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/index.md b/docs/examples/index.md index 500799f3a..8a4b67211 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -24,7 +24,7 @@ Examples that focus on implementing uses of built-in components provided by Boot <h4>Grids</h4> <p>Multiple examples of grid layouts with all four tiers, nesting, and more.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/jumbotron/"> @@ -61,7 +61,7 @@ Taking the default navbar component and showing how it can be moved, placed, and <h4>Static top navbar</h4> <p>Super basic template with a static top navbar along with some additional content.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/navbar-top-fixed/"> @@ -91,7 +91,7 @@ Brand new components and templates to help folks quickly get started with Bootst <h4>Cover</h4> <p>A one-page template for building simple and beautiful home pages.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/carousel/"> @@ -107,7 +107,7 @@ Brand new components and templates to help folks quickly get started with Bootst <h4>Blog</h4> <p>Simple two-column blog layout with custom navigation, header, and type.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/dashboard/"> @@ -123,7 +123,7 @@ Brand new components and templates to help folks quickly get started with Bootst <h4>Sign-in page</h4> <p>Custom form layout and design for a simple sign in form.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/justified-nav/"> @@ -139,7 +139,7 @@ Brand new components and templates to help folks quickly get started with Bootst <h4>Sticky footer</h4> <p>Attach a footer to the bottom of the viewport when the content is shorter than it.</p> </div> - <div class="clearfix hidden-sm-up"></div> + <div class="clearfix hidden-md-up"></div> <div class="col-xs-6 col-md-4"> <a href="{{ site.baseurl }}/examples/sticky-footer-navbar/"> |
