1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-13 19:35:31 -04:00
Files
jarv.is/components/List/List.module.css
T
2022-01-20 08:26:30 -05:00

10 lines
101 B
CSS

.unordered,
.ordered {
margin-left: 1.5em;
padding-left: 0;
}
.item {
padding-left: 0.25em;
}