sublist styling
This commit is contained in:
parent
01aa47bc95
commit
44fab6cc36
|
@ -67,6 +67,12 @@ body {
|
|||
list-style-position: outside;
|
||||
}
|
||||
|
||||
ol ol,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ul ul {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
ol p,
|
||||
ul p {
|
||||
|
|
Loading…
Reference in New Issue