Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/grids.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down