1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/elements/_lists.scss
2018-11-10 16:17:37 -05:00

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;
}