From 970bcb31cf994b0e3b67e7f912734e5b53355d8d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 21 Sep 2019 12:41:52 +0100 Subject: Tweak screen.css to display paragraphs and lists better --- assets/css/screen.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index f0b3b62..b042505 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -63,13 +63,13 @@ ul.blocks li + li:before { content: ", "; } -p { - max-width: 70rem; +ul { + list-style: unset; + padding-left: 40px; } -p + p { - text-indent: 0.5rem; - margin-top: 1.0rem; +p { + max-width: 70rem; } -- cgit v1.2.3