1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-24 06:31:46 -05:00

Reduce code block font size

It is excessive both on mobile and non-mobile IMO.
This commit is contained in:
Jonas Schäfer 2019-04-06 09:42:34 +02:00
parent 5f66ffc2f1
commit 775e3681b0

@ -1472,6 +1472,10 @@
ol.timeline > li.current {
font-weight: bold;
}
pre {
font-size: 87.5%;
}
}
@media screen and ( min-width: 75em ) {