From 302f4c31588d08b5220c69446824b5ba046c2938 Mon Sep 17 00:00:00 2001 From: Jesse Tan Date: Mon, 7 May 2018 13:10:03 +0200 Subject: [PATCH] Increase spacing beneath dt --- sass/_theme_rst.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/_theme_rst.sass b/sass/_theme_rst.sass index 775c4ae9..66515431 100644 --- a/sass/_theme_rst.sass +++ b/sass/_theme_rst.sass @@ -282,6 +282,7 @@ margin-bottom: $base-line-height dt 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. p, table, ul, ol margin-bottom: $base-line-height / 2 !important