🐞 fix: Adjust list styles
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user