Compress listings on non-wide screens

This commit is contained in:
Jonas Schäfer 2019-04-04 18:17:02 +02:00
vanhempi 90c6491854
commit de096e19d6
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa

Näytä tiedosto

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