Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-01-16 00:37:38 +0300
committerMark Otto <markd.otto@gmail.com>2018-01-18 04:35:48 +0300
commitb00bbf0a56f15d0030a60316f941b297e27a2bfb (patch)
tree5265d9f5ae86ada37ccf31eb11ef642060f91006 /docs/4.0/examples
parent9b0fcbf9c39472cad72cbe82fe5a83e97b07e95f (diff)
Only 2-col on sm+
Diffstat (limited to 'docs/4.0/examples')
-rw-r--r--docs/4.0/examples/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/index.html b/docs/4.0/examples/index.html
index 8864cc0b48..c3c34646ea 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>