diff --git a/src/templates/grids.pug b/src/templates/grids.pug index 66ba138..1da3c5a 100644 --- a/src/templates/grids.pug +++ b/src/templates/grids.pug @@ -13,7 +13,7 @@ section.container#grids = ' ' strong CSS Flexible Box Layout Module standard | . The advantage is the simplicity, and we know that a functional code is very important for maintainability and scalability. Simply add columns you want in a row, and they'll evenly take up the available space. If you want three columns, add three columns, if you want five columns, add five columns. There is no restriction on number of columns, but we advise you to follow a design pattern of grid system. See more tips on best practices in the - a(href='#tips' title='Tips') tips + a(href='/tips.html' title='Tips') tips | . div.example div.container