Remove weird margin from nested lists

(cherry picked from commit aebe84ddac7868e614f25a5837ce59c3794eeb4f)
This commit is contained in:
Waffle 2021-08-25 01:31:55 +03:00 committed by Maybe Waffle
parent f37c65c951
commit 8e6002bc1c

View file

@ -219,10 +219,6 @@ ul, ol {
@media (max-width: $phone-max-width) {
margin-left: 20px;
}
ul, ol {
margin-top: 20px;
}
}
ol ol {