From 7debfabb01f6f09954d39134fe53e4949bedd3cd Mon Sep 17 00:00:00 2001 From: pdelboca Date: Sun, 17 Nov 2024 18:26:19 +0100 Subject: [PATCH] Simplify CSS for ul --- style.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/style.css b/style.css index 30ceadd..ca63224 100644 --- a/style.css +++ b/style.css @@ -51,15 +51,6 @@ p { line-height: 1.5rem; } -ul { - list-style: none; - padding-left: 0; -} - ul > li { margin-bottom: 10px; } - -ul > li:last-child { - margin-bottom: 40px; -}