Increase left padding in lists for narrow screens
This commit is contained in:
parent
67b706b260
commit
99e96a895a
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue