feat: reduce padding created by lists on the left

This commit is contained in:
wi11-holdsworth 2026-03-07 15:22:33 +11:00
parent fd3fd2088e
commit 64074c76f2

View file

@ -41,3 +41,7 @@ header {
footer { footer {
font-size: smaller; font-size: smaller;
} }
ul {
padding-left: 1em;
}