From 467dcf736a126376d5fa93c3bf3922db5b8d3b01 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 2 Jan 2020 21:18:50 +0000 Subject: Remove a workaround put in for list styling This was useful with the reset.css stylesheet, but now that has been removed, remove this too. --- assets/css/screen.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index b042505..42b3de9 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -63,11 +63,6 @@ ul.blocks li + li:before { content: ", "; } -ul { - list-style: unset; - padding-left: 40px; -} - p { max-width: 70rem; } -- cgit v1.2.3