mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
21 lines
243 B
SCSS
21 lines
243 B
SCSS
ul,
|
|
ol {
|
|
margin: 1.5rem 0 1.5rem;
|
|
}
|
|
|
|
ul {
|
|
list-style-position: outside;
|
|
list-style-type: disc;
|
|
line-height: 1.5;
|
|
padding-left: 0;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 0.75em;
|
|
}
|
|
|
|
ol {
|
|
list-style-position: outside;
|
|
list-style-type: decimal;
|
|
}
|