Increase left padding in lists for narrow screens

This commit is contained in:
Manuel Cillero 2017-09-05 09:17:34 +02:00
parent 67b706b260
commit 99e96a895a

View file

@ -35,6 +35,11 @@ ul.inline li {
display: inline;
list-style: none;
}
@media (max-width: 529px) { /* MINW = 530px */
.node .content ul, .node .content ol {
padding-left: 10% !important;
}
}
/*
* Tables.