diff --git a/tilde.css b/tilde.css index 1db5d0a..0fe0099 100644 --- a/tilde.css +++ b/tilde.css @@ -7,6 +7,13 @@ body { font-size: 1.0em; } +pre { + display: block; + white-space: pre; + word-break: break-all; + overflow-x: auto; +} + .date { font-weight: bold; }