Fix line wrapping on code blocks
This commit is contained in:
parent
ea8284b018
commit
ca5c8a5bdc
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user