Compress listings on non-wide screens

Este commit está contenido en:
Jonas Schäfer 2019-04-04 18:17:02 +02:00
padre 90c6491854
commit de096e19d6
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

Ver fichero

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