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/index.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/index.html')
| -rw-r--r-- | docs/index.html | 2 |
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> |
