www/styles/lists.module.css

9 lines
121 B
CSS
Raw Normal View History

2021-12-07 22:38:31 -05:00
.listItem {
padding: 0.25rem;
display: block;
}
.listItem::before {
content: '■';
padding: 0 0.5rem;
}