www/styles/lists.module.css

9 lines
121 B
CSS
Raw Normal View History

2021-12-08 03:38:31 +00:00
.listItem {
padding: 0.25rem;
display: block;
}
.listItem::before {
content: '■';
padding: 0 0.5rem;
}