diff --git a/build/packaged/semantic.min.css.REMOVED.git-id b/build/packaged/semantic.min.css.REMOVED.git-id index 4adee0fd0..f634502e1 100644 --- a/build/packaged/semantic.min.css.REMOVED.git-id +++ b/build/packaged/semantic.min.css.REMOVED.git-id @@ -1 +1 @@ -b31e801d6737cb258414e01c27c244790b6b10f1 \ No newline at end of file +2b3af9c68a1ed732d3fd4d8ee8d7e757ce354745 \ No newline at end of file diff --git a/build/packaged/semantic.min.js.REMOVED.git-id b/build/packaged/semantic.min.js.REMOVED.git-id index 0b2fbefb3..e114bd0df 100644 --- a/build/packaged/semantic.min.js.REMOVED.git-id +++ b/build/packaged/semantic.min.js.REMOVED.git-id @@ -1 +1 @@ -50298d2d25645bc72d68652bfed8169d692a3ff8 \ No newline at end of file +4fb1de1737f860aa8f1d56d05051112f7012166c \ No newline at end of file diff --git a/node/src/documents/collections/grid.html b/node/src/documents/collections/grid.html index eab589f1c..0b0b0ce7a 100755 --- a/node/src/documents/collections/grid.html +++ b/node/src/documents/collections/grid.html @@ -252,7 +252,6 @@ type : 'UI Collection'
Columns each contain gutters giving them equal vertical spacing from other columns. Columns by default do not take up their entire row height.
-A grid will automatically center any columns that do not match a full row width.
A grid can be responsive to a browsers width. This means the gutters to left and right of grid columns will alter in size as a browser's resolution increases.
A grid can have its columns take a full column width when below a threshold to allow for content to display properly at small sizes
+A column can span across multiple grid columns.