From c9921c77efb942c269d55d5e0c4b5a5af069fade Mon Sep 17 00:00:00 2001 From: Maxim Lebedev Date: Fri, 25 Feb 2022 01:33:47 +0500 Subject: [PATCH] :fire: Removed margin for lists --- assets/css/typography.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/typography.css b/assets/css/typography.css index bea0c4a..554b7ec 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -81,11 +81,6 @@ figcaption { font-size: var(--s-1); } -ul:not([class]), -ol:not([class]) { - margin-left: 2em; -} - ul { list-style-type: 'δΈ€ '; }