From fe25b5fcd67f329407722c1883d0a2dac87cce08 Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Sun, 5 Aug 2018 20:24:34 +0200 Subject: [PATCH] Remove margin between dt and its dd --- src/static/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 83b91db..1736df3 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -16,13 +16,7 @@ main { margin: 0 auto; } -dt { - margin-top: .7rem; - margin-bottom: .3rem; -} - dd { - margin-top: .3rem; margin-bottom: .7rem; }