personal-site/assets/scss/modules/_lists.scss

14 lines
128 B
SCSS
Raw Normal View History

2020-04-16 22:11:17 +02:00
.noList {
list-style: none;
padding-left: 0;
margin-left: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5rem;
}