Remove margin from unordered lists
Signed-off-by: Fey Naomi Schrewe <fey@posteo.eu>
This commit is contained in:
parent
8768cbae42
commit
6851af664e
@ -54,9 +54,11 @@ ol li {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
||||
ul li {
|
||||
ul {
|
||||
li {
|
||||
margin-left: 2rem;
|
||||
text-indent: -2rem;
|
||||
}
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@ -96,7 +98,7 @@ ul li {
|
||||
column-fill: auto;
|
||||
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-fill: balance;
|
||||
max-height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user