feat: update catalogue templates

This commit is contained in:
Devin Haska 2024-02-18 12:42:25 -08:00
parent 86f0122fd9
commit 55982e5bf5
6 changed files with 38 additions and 21 deletions

View file

@ -1,8 +1,8 @@
/*
FLOW UTILITY
Like the Every Layout stack: https://every-layout.dev/layouts/stack/
Info about this implementation: https://piccalil.li/quick-tip/flow-utility/
*/
* FLOW UTILITY
* Like the Every Layout stack: https://every-layout.dev/layouts/stack/
* Info about this implementation: https://piccalil.li/quick-tip/flow-utility/
*/
.flow > * + * {
margin-block-start: var(--flow-space, 1em);
}