2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

content/images.md: fix indentation in picture snippet.

This commit is contained in:
XhmikosR
2017-10-04 12:36:17 +03:00
parent 5462404226
commit 9289773b8a
+2 -2
View File
@@ -77,7 +77,7 @@ If you are using the `<picture>` element to specify multiple `<source>` elements
{% highlight html %}
<picture>
<source srcset="..." type="image/svg+xml">
<img src="..." class="img-fluid img-thumbnail" alt="...">
<source srcset="..." type="image/svg+xml">
<img src="..." class="img-fluid img-thumbnail" alt="...">
</picture>
{% endhighlight %}