🐞 fix: Adjust list styles
Deploy to Dreamhost (dev) / build (push) Successful in 31s
Sync TODOs with Issues / sync_todos (push) Successful in 6s

This commit is contained in:
Keith Solomon
2026-06-21 17:01:00 -05:00
parent f3c97efcd7
commit ac2d5dad98
+10 -2
View File
@@ -140,9 +140,17 @@ p {
} }
ul { list-style-type: disc; } ul {
list-style-type: disc;
list-style-position: inside;
padding: 0 1rem;
}
ol { list-style-type: decimal; } ol {
list-style-type: decimal;
list-style-position: inside;
padding: 0 1rem;
}
li ul, li ol { margin: 0 1rem; } li ul, li ol { margin: 0 1rem; }