Remove margin from unordered lists

Signed-off-by: Fey Naomi Schrewe <fey@posteo.eu>
This commit is contained in:
Fey Naomi Schrewe 2023-09-04 17:35:40 +02:00
parent 8768cbae42
commit 6851af664e
Signed by: fey.naomi
GPG Key ID: 3A5FCB79D85C91C3

View File

@ -54,9 +54,11 @@ ol li {
margin-bottom: 2rem; margin-bottom: 2rem;
} }
ul li { ul {
margin-left: 2rem; li {
text-indent: -2rem; margin-left: 2rem;
text-indent: -2rem;
}
margin-top: 0; margin-top: 0;
} }
@ -96,7 +98,7 @@ ul li {
column-fill: auto; column-fill: auto;
max-height: 100%; max-height: 100%;
} }
@media (min-width: 56rem) and (max-width: 1080px) { @media (min-width: 56rem) and (min-width: 800px) and (max-width: 1080px) {
column-count: 2; column-count: 2;
column-fill: balance; column-fill: balance;
max-height: 100%; max-height: 100%;