increase li decoration spacing

This commit is contained in:
Rowan 2025-01-02 20:19:50 -06:00
parent 4a8a253a6c
commit 112ab2aa7c

View file

@ -170,7 +170,7 @@ li::before {
position: absolute;
font-size: 1.2rem;
top: -4px;
left: -10px;
left: -14px;
color: var(--list-marker-color);
}