diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index e950f57ece..3b0b692f5f 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -136,11 +136,11 @@
-
+

Oh yeah, it's that good. See for yourself.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
+
Generic placeholder image
diff --git a/docs/4.0/utilities/flex.md b/docs/4.0/utilities/flex.md index 4afd7907e6..4bc5996fb5 100644 --- a/docs/4.0/utilities/flex.md +++ b/docs/4.0/utilities/flex.md @@ -349,18 +349,19 @@ Change the _visual_ order of specific flex items with a handful of `order` utili {% example html %}
-
First flex item
-
Second flex item
-
Third flex item
+
First flex item
+
Second flex item
+
Third flex item
{% endexample %} Responsive variations also exist for `order`. {% for bp in site.data.breakpoints %} -- `.order{{ bp.abbr }}-first` -- `.order{{ bp.abbr }}-last` -- `.order{{ bp.abbr }}-0`{% endfor %} + {% for i in (1..12) %} + - `.order{{ bp.abbr }}-{{ i }}` + {% endfor %} +{% endfor %} ## Align content