diff options
| author | Mark Otto <[email protected]> | 2018-01-15 13:37:38 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-17 17:35:48 -0800 |
| commit | b00bbf0a56f15d0030a60316f941b297e27a2bfb (patch) | |
| tree | 5265d9f5ae86ada37ccf31eb11ef642060f91006 /docs | |
| parent | 9b0fcbf9c39472cad72cbe82fe5a83e97b07e95f (diff) | |
| download | bootstrap-b00bbf0a56f15d0030a60316f941b297e27a2bfb.tar.xz bootstrap-b00bbf0a56f15d0030a60316f941b297e27a2bfb.zip | |
Only 2-col on sm+
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/4.0/examples/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/index.html b/docs/4.0/examples/index.html index 8864cc0b4..c3c34646e 100644 --- a/docs/4.0/examples/index.html +++ b/docs/4.0/examples/index.html @@ -10,7 +10,7 @@ redirect_from: "/examples/" <p>{{ entry.description }}</p> {% for example in entry.examples %} {% if forloop.first %}<div class="row">{% endif %} - <div class="col-6 col-md-4 col-xl-3 mb-3"> + <div class="col-sm-6 col-md-4 col-xl-3 mb-3"> <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/{{ example.name | slugify }}/"> <img class="img-thumbnail mb-3" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/screenshots/{{ example.name | slugify }}.png" alt="{{ example.name }} screenshot" width="800" height="600"> <h5 class="mb-1">{{ example.name }}</h5> |
