forked from drowl87/hextra_mirror

* feat: configurable cols for feature-grid shortcode * chore: update css files * chore: add hextra prefix to cards css var * chore: rebuild css
6 lines
175 B
HTML
6 lines
175 B
HTML
{{- $cols := .Get "cols" | default 3 -}}
|
|
|
|
<div class="hextra-cards hx-mt-4 hx-gap-4 hx-grid not-prose" style="--hextra-cards-grid-cols: {{ $cols }};">
|
|
{{- .Inner -}}
|
|
</div>
|