Skip to content

Commit 617202b

Browse files
Grid gutter example with zero-gutter
1 parent 39fea70 commit 617202b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

layouts/shortcodes/grid.html

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

141141
{{< /grid >}}
142142

143+
Here's a grid with no gutters, which means no spacing between items.
144+
145+
{{< grid columns="2 2 2 2" gutter="0" >}}
146+
147+
[[item]]
148+
type = 'card'
149+
body = 'No spacing'
150+
151+
[[item]]
152+
type = 'card'
153+
body = 'No spacing'
154+
155+
{{< /grid >}}
156+
143157
*/}}
144158

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

0 commit comments

Comments
 (0)