1
0
mirror of https://github.com/osmarks/website synced 2025-06-25 14:42:58 +00:00

shrink code blocks on small displays

This commit is contained in:
osmarks 2025-05-18 18:27:28 +01:00
parent 5cc56bcfbd
commit f7b3cd187a

View File

@ -272,6 +272,9 @@ blockquote
display: block !important
z-index: 2
.wider, pre
font-size: 0.8em
@media (min-width: calc(4 * $content-margin + $content-width + $sidenotes-width + $navbar-width))
// fullwidth 3-pane layout
body