From 1ec1b505dc0b2363b2aa009190a7f50c1c2ee4f8 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 6 Mar 2019 08:39:09 +0700 Subject: [PATCH] Improve spacing --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7de8740..9f40ddf 100644 --- a/style.css +++ b/style.css @@ -46,12 +46,12 @@ body { } .badge-preview { - margin-top: 2em; + margin: 2em 0; height: 20px; } .output-title { - margin-top: 2em; + margin-top: 1em; } pre {