Increase spacing beneath dt

This commit is contained in:
Jesse Tan 2018-05-07 13:10:03 +02:00
parent e21c5ab2fb
commit 302f4c3158

View File

@ -282,6 +282,7 @@
margin-bottom: $base-line-height margin-bottom: $base-line-height
dt dt
font-weight: bold font-weight: bold
margin-bottom: $base-line-height / 2
// Most of the content within these dls are one liners, so I halve the normal margins. // Most of the content within these dls are one liners, so I halve the normal margins.
p, table, ul, ol p, table, ul, ol
margin-bottom: $base-line-height / 2 !important margin-bottom: $base-line-height / 2 !important