Skip to content

Commit 8cb72d6

Browse files
agriyakhetarpalstefanv
authored andcommitted
Large (5) gutter example
1 parent 4a2576b commit 8cb72d6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

layouts/shortcodes/grid.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,20 @@
172172

173173
{{< /grid >}}
174174

175+
And here's a grid with a large gutter, for more spacious layouts.
176+
177+
{{< grid columns="2 2 2 2" gutter="5" >}}
178+
179+
[[item]]
180+
type = 'card'
181+
body = 'Large spacing (3rem)'
182+
183+
[[item]]
184+
type = 'card'
185+
body = 'Large spacing (3rem)'
186+
187+
{{< /grid >}}
188+
175189
*/}}
176190

177191
{{- $items := "" -}}

0 commit comments

Comments
 (0)