Files
leim-tools/app/assets/_typography.css
2025-08-03 19:42:43 +02:00

11 lines
141 B
CSS

@theme inline {
--text-2xs: 0.7rem;
--text-2xs--line-height: 0.75rem;
}
@layer utilities {
.flow > * + * {
margin-top: 1em;
}
}