From 51a5ac5868fab036d08a1facf2521fd90b58fa25 Mon Sep 17 00:00:00 2001 From: Nick Pegg Date: Sat, 27 Jan 2018 12:59:59 -0800 Subject: [PATCH] kill margin-bottom on li --- media/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media/css/index.css b/media/css/index.css index 50da054..8dd9570 100644 --- a/media/css/index.css +++ b/media/css/index.css @@ -14,6 +14,10 @@ article section img { margin-right: auto; } +ul li { + margin-bottom: 0; +} + pre code { font-family: 'Source Code Pro', monospace; font-size: 80%;