Compress listings on non-wide screens

This commit is contained in:
Jonas Schäfer 2019-04-04 18:17:02 +02:00
parent 90c6491854
commit de096e19d6
1 changed files with 6 additions and 0 deletions

View File

@ -1493,3 +1493,9 @@
font-size: 1.25em;
}
}
@media screen and ( max-width: 40em ) {
ul, ol {
padding-left: 0;
}
}