Restyle <ol> and <ul>
Use * for unordered lists and fix the number placement in ordered lists
This commit is contained in:
parent
6753b7328c
commit
f078b30866
4 changed files with 54 additions and 5 deletions
|
@ -7,5 +7,9 @@
|
|||
**************/
|
||||
|
||||
.page-footer {
|
||||
margin-block-start: var(--space-xl);
|
||||
margin-block-start: var(--space-xl);
|
||||
|
||||
:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue