Fix line wrapping on code blocks

This commit is contained in:
2020-07-14 19:27:00 +00:00
parent ea8284b018
commit ca5c8a5bdc
+4
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;