mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
Remove weird margin from nested lists
(cherry picked from commit aebe84ddac7868e614f25a5837ce59c3794eeb4f)
This commit is contained in:
parent
f37c65c951
commit
8e6002bc1c
|
@ -219,10 +219,6 @@ ul, ol {
|
||||||
@media (max-width: $phone-max-width) {
|
@media (max-width: $phone-max-width) {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul, ol {
|
|
||||||
margin-top: 20px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ol ol {
|
ol ol {
|
||||||
|
|
Loading…
Reference in a new issue