]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #34187
authorMark Otto <markdotto@gmail.com>
Thu, 24 Jun 2021 03:37:07 +0000 (20:37 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 24 Jun 2021 03:37:07 +0000 (20:37 -0700)
site/content/docs/5.0/layout/grid.md

index afa3818a201de787eb7fca7a2f1d37c629d8bd10..6520019641415ea2498030ae26cd9eeda0f88509 100644 (file)
@@ -458,7 +458,7 @@ Mixins are used in conjunction with the grid variables to generate semantic CSS
 @include make-col();
 @include make-col($size, $columns: $grid-columns);
 
-// Get fancy by offsetting, or changing the sort order
+// Offset with margins
 @include make-col-offset($size, $columns: $grid-columns);
 ```