We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617202b commit 6ac3308Copy full SHA for 6ac3308
1 file changed
layouts/shortcodes/grid.html
@@ -154,6 +154,24 @@
154
155
{{< /grid >}}
156
157
+Here's a grid with responsive gutters (i.e., "xs sm md lg" are set).
158
+
159
+{{< grid columns="1 2 2 3" gutter="1 1 3 4" >}}
160
161
+[[item]]
162
+type = 'card'
163
+body = 'Responsive gutter: 0.25rem on mobile, 1rem on tablet, 1.5rem on desktop'
164
165
166
167
168
169
170
171
172
173
+{{< /grid >}}
174
175
*/}}
176
177
{{- $items := "" -}}
0 commit comments