website-astro/src/styles/utilities/flow.css

8 lines
176 B
CSS
Raw Normal View History

2022-12-02 17:29:11 +01:00
.flow > * + * {
margin-block-start: var(--flow-space, var(--space-m-l));
}
.flow > :where(h1, h2, h3) + * {
margin-block-start: var(--flow-space-title, var(--space-s-m));
}