From 865a7aff6bf8a9159dc71d3005a67d595c1518c3 Mon Sep 17 00:00:00 2001 From: Tommy Vedvik Date: Thu, 28 Feb 2019 21:33:03 +0100 Subject: [PATCH] improve list style --- src/assets/style/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/style/_typography.scss b/src/assets/style/_typography.scss index df12ebc..c194280 100644 --- a/src/assets/style/_typography.scss +++ b/src/assets/style/_typography.scss @@ -58,7 +58,7 @@ ul { margin-left: 1.25em; margin-bottom: 1.25em; li { - margin-bottom: 1em; + margin-bottom: .6em; } } ol { @@ -66,6 +66,6 @@ ol { margin-left: 1.25em; margin-bottom: 1.25em; li { - margin-bottom: 1em; + margin-bottom: .6em; } } \ No newline at end of file