sublist styling

This commit is contained in:
Rik Berkelder 2025-02-11 21:45:04 +01:00
parent 01aa47bc95
commit 44fab6cc36
1 changed files with 6 additions and 0 deletions

View File

@ -67,6 +67,12 @@ body {
list-style-position: outside;
}
ol ol,
ol ul,
ul ol,
ul ul {
padding-left: 1rem;
}
ol p,
ul p {