Feature v8
A section containing a list of features.
Projects /
A section containing a list of features.
The Feature v8 component is used to display a text block and a gallery of cards (i.e., features).
Both the text containers and the cards are aligned using the grid utility classes.
To increase the gap between the text and the figure elements, updated the --feature-v8-gap
custom property:
:root {
--feature-v8-gap: var(--space-xl); // gap between text and figure elements
}