1
Evan Pratten 66528d6284 Revert "The great migration"
This reverts commit f184e610368cedc50f9dd557953c83f70b55f329.
2024-11-14 12:45:30 -05:00

26 lines
321 B
SCSS

ol,
ul {
margin-top: 0;
margin-bottom: 16px;
padding-left: 2em;
ol,
ul {
margin-top: 0;
margin-bottom: 0;
// list-style-type: lower-roman;
// ol,
// ul {
// list-style-type: lower-alpha;
// }
}
}
li {
& > p {
margin-top: 16px;
}
& + li {
margin-top: 0.25em;
}
}