slidev-theme-narduin/styles/layouts.css
2024-12-13 14:30:22 +01:00

9 lines
139 B
CSS

.slidev-layout {
@apply: grid-wrapper;
padding-block: var(--space-m-l);
}
.bullets :where(ul, ol, dl) {
list-style-type: initial;
}