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

20 lines
265 B
SCSS

dl {
margin: 1.75em 0;
}
dt {
font-style: italic;
margin-top: 1.25em;
font-size: 1.13em;
font-weight: 700;
border-bottom: 1px solid #999;
background: #DDD;
}
dd {
font-style: italic;
font-size: 0.85em;
margin-top: 1em;
line-height: 1.6em;
}