From d499632d97024dc2e78e12174a2a85449052cec3 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Tue, 11 Jul 2017 03:01:39 -0400 Subject: [PATCH] Fixed paragraph margin --- static/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 04b6e05..9beeee8 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -72,7 +72,7 @@ h4 { font-size: 20px; } p, main ul { margin-top: 0; - margin-bottom: 10vh; + margin-bottom: 5vh; } hr { width: 90%;