diff --git a/Grid-system.md b/Grid-system.md index 1353fcb..8d99897 100644 --- a/Grid-system.md +++ b/Grid-system.md @@ -45,7 +45,7 @@ The grid system can be customized to the user's needs using the provided **mixin - Using the above mixin, the default 12-column grid style is built using the following SCSS directive: - @include make-grid(grid-container, 0, row, col, 12, 12px, xs, sm, md, lg, no, 768px, 1024px, 1280px); + `@include make-grid(grid-container, 0, row, col, 12, 12px, xs, sm, md, lg, no, 768px, 1024px, 1280px);` - The code will generate a grid system based on the specified parameters, prioritizing smaller displays over larger. This is in line with the framework's mobile-first tagline. - Multiple grids can be created using the mixin provided. In this case, make sure to specify different names for each grid's parts.