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