aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorEric Nolte <[email protected]>2016-11-04 10:54:34 -0600
committerEric Nolte <[email protected]>2016-11-04 10:54:34 -0600
commitcec0c7c6d6c6926dd372a91172c0081bb09fcc09 (patch)
treebd7283256c2a64772712f7234d25fb12c072a923 /docs/index.html
parent9402be4d44edafd7f558aa2b96f44172175fda34 (diff)
downloadbootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.tar.xz
bootstrap-cec0c7c6d6c6926dd372a91172c0081bb09fcc09.zip
Update docs to reflect new breakpoint naming convention
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 3fe4c513b..b26b239f5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -96,7 +96,7 @@ layout: home
<div class="row bd-featured-sites">
{% for showcase in site.data.showcase %}
- <div class="col-xs-6 col-sm-3">
+ <div class="col-6 col-sm-3">
<a href="{{ showcase.expo_url }}" target="_blank" title="{{ showcase.name }}">
<img src="{{ site.baseurl }}/assets/img/expo-{{ showcase.img }}.jpg" alt="{{ showcase.name }}" class="img-fluid">
</a>