From: Mark Otto Date: Tue, 16 Jan 2018 03:41:07 +0000 (-0800) Subject: closes #25280 X-Git-Tag: v4.0.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5039d594b6a7bc4ec7db8139d924f07a419b35d;p=thirdparty%2Fbootstrap.git closes #25280 --- diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 3d874a6d71..efbc5520d3 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -272,7 +272,7 @@ For grids that are the same from the smallest of devices to the largest, use the ### Stacked to horizontal -Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked on extra small devices before becoming horizontal on desktop (medium) devices. +Using a single set of `.col-sm-*` classes, you can create a basic grid system that starts out stacked before becoming horizontal with at the small breakpoint (`sm`).
{% example html %}