www/styles/lists.module.css
2021-12-07 22:38:31 -05:00

9 lines
121 B
CSS

.listItem {
padding: 0.25rem;
display: block;
}
.listItem::before {
content: '■';
padding: 0 0.5rem;
}