mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-29 18:02:09 -05:00
9 lines
100 B
CSS
9 lines
100 B
CSS
|
|
dl dt {
|
|
font-weight: bold;
|
|
font-size: 1.125rem;
|
|
}
|
|
dd {
|
|
margin: .5em 0 2em 0;
|
|
padding: 0;
|
|
}
|