1
0

Fix line wrapping on code blocks

This commit is contained in:
Ryan Fox 2020-07-14 19:27:00 +00:00
parent ea8284b018
commit ca5c8a5bdc
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -151,6 +151,10 @@ div.block:first-of-type {
border-top: none;
}
pre {
white-space: pre-wrap;
}
@media only screen and (max-width: 950px) {
header {
height: 172px;