Make ol/ul less indented
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Hamcha 2020-06-26 14:05:27 +02:00
parent 4ad7d76924
commit 644e6103ad
Signed by: hamcha
GPG key ID: 41467804B19A3315

View file

@ -185,3 +185,15 @@ body.bgus_cbox input[type="checkbox"]:checked + span[data-src] {
content: "Addiction at ";
}
}
.page ul,
.page ol {
padding-left: 25pt;
li {
margin-top: 0.6em;
}
ul,
ol {
padding-left: 12pt;
}
}