9 lines
121 B
CSS
9 lines
121 B
CSS
|
.listItem {
|
||
|
padding: 0.25rem;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.listItem::before {
|
||
|
content: '■';
|
||
|
padding: 0 0.5rem;
|
||
|
}
|