From e6de56532ddeda13177cc6ec5eddddd452955bdb Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 1 Jan 2018 21:26:52 +0000 Subject: [PATCH] Prevent large spacing on list items --- _sass/_theme.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_sass/_theme.scss b/_sass/_theme.scss index c05dc41..460fe7a 100644 --- a/_sass/_theme.scss +++ b/_sass/_theme.scss @@ -154,6 +154,13 @@ video { hr { width: 100%; } + li { + margin-bottom: .3em; + > p { + padding: 0; + margin: 0; + } + } pre { white-space: pre; overflow-x: scroll;