feat: extend column styling

This commit is contained in:
Sebin Nyshkim 2023-04-02 17:27:27 +02:00
parent 0e225f95c9
commit b9fe7113ed

View file

@ -21,6 +21,12 @@ defineProps<Props>();
&.col {
flex-flow: column nowrap;
gap: 1.5rem;
margin: 1rem 0;
> * {
margin: 0;
}
}
&.grid {