summaryrefslogtreecommitdiffstats
path: root/docs/_vendor/github.com/gohugoio/gohugoioTheme/assets/css/_definition-lists.css
blob: e28f67d4b1ddc65f79d2b34417e671486b9d39bb (plain)
1
2
3
4
5
6
7
8
9
dl dt {
  font-weight: bold;
  font-size: 1.125rem;
}
dd {
  margin: .5em 0 2em 0;
  padding: 0;
}