9 lines
139 B
CSS
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;
|
|
}
|