From 777f852a069a9d730af9ac710c36b12e32bbfd7f Mon Sep 17 00:00:00 2001
From: Daniel Rudolf <github.com@daniel-rudolf.de>
Date: Sat, 12 Oct 2019 19:46:38 +0200
Subject: [PATCH] Add bottom margin to definition descriptions

---
 css/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/style.css b/css/style.css
index a90d7fe..6ed70e7 100644
--- a/css/style.css
+++ b/css/style.css
@@ -185,7 +185,7 @@ p, td, th, li, dd {
     word-wrap: break-word;
 }
 
-p, hr, table, .table-responsive, ol, ul, dl, pre, blockquote, fieldset {
+p, hr, table, .table-responsive, ol, ul, dl, dd, pre, blockquote, fieldset {
     margin-bottom: 1em;
 }
 
-- 
GitLab