make the itemization padding relative

This commit is contained in:
Paul van Tilburg 2017-12-30 13:46:43 +01:00
parent e2c40756ab
commit fe9a5f1f52
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ body {
.list-html ul,
.list-html ol {
padding-left: 12px;
padding-left: 1.2rem;
}
.card-columns {

View File

@ -6467,7 +6467,7 @@ body {
.list-html ul,
.list-html ol {
padding-left: 12px; }
padding-left: 1.2rem; }
@media (max-width: 767.99px) {
.card-columns {

File diff suppressed because one or more lines are too long