From 8e6002bc1c0b101acf27329b9443595d3fc42a2d Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 25 Aug 2021 01:31:55 +0300 Subject: [PATCH] Remove weird margin from nested lists (cherry picked from commit aebe84ddac7868e614f25a5837ce59c3794eeb4f) --- sass/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 9501e69..20a3fd3 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -219,10 +219,6 @@ ul, ol { @media (max-width: $phone-max-width) { margin-left: 20px; } - - ul, ol { - margin-top: 20px; - } } ol ol {