From 1ae4da1736de076b6b9fadde78c7d01d5868d373 Mon Sep 17 00:00:00 2001 From: danielkvist Date: Mon, 28 Jan 2019 19:07:05 +0100 Subject: add margin left for lists --- assets/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 2badd2f..ed94b13 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -302,6 +302,11 @@ margin-bottom: 1.1rem; } +.post__body > ul, +.post__body > ol { + margin-left: 3.75rem; +} + .post__footer { display: flex; justify-content: center; -- cgit v1.2.3