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
1 changed files with 4 additions and 0 deletions

View File

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