From 2cd3f832ac894cc28b4bc25c22c721c2290e41bc Mon Sep 17 00:00:00 2001 From: Tom Caflisch Date: Sun, 19 Dec 2021 22:41:16 -0600 Subject: [PATCH 1/2] Fixing a broken link --- src/templates/grids.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/grids.pug b/src/templates/grids.pug index 66ba138..a03ca12 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' title='Tips') tips | . div.example div.container From 253332c91c0877796ab92b2b6ae241858eca46d4 Mon Sep 17 00:00:00 2001 From: Tom Caflisch Date: Sun, 19 Dec 2021 22:45:14 -0600 Subject: [PATCH 2/2] Update grids.pug --- src/templates/grids.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/grids.pug b/src/templates/grids.pug index a03ca12..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