diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-05-01 21:41:32 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-05-01 21:41:32 -0400 |
| commit | e52d32e5d08684d6a3be8bcf20896aa8398c186a (patch) | |
| tree | 40c14f641e377c43c882393e507b2fb09577c0c1 | |
| parent | 841bc7c8d9f1622ef427e1d87e9c3984875333e2 (diff) | |
Stop overflowing PRE elements
| -rw-r--r-- | static/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css index b833273..0e7af6e 100644 --- a/static/site.css +++ b/static/site.css @@ -5,3 +5,7 @@ body { font-family: Baskerville, serif; font-size: 14pt; } + +pre { + overflow: scroll; +} |
