Author:
Hash:
Timestamp:
+2 -0 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
fdff67ed0c0019639b5bbeb11cf8eecfb6de52c8
Tue, 13 May 2025 17:30:40 +0000 (6 months ago)
| 1 | diff --git a/main.scss b/main.scss |
| 2 | index 478f813..852ef3e 100644 |
| 3 | --- a/main.scss |
| 4 | +++ b/main.scss |
| 5 | @@ -41,6 +41,7 @@ section { |
| 6 | |
| 7 | .page-body { |
| 8 | padding: 20px; |
| 9 | + max-inline-size: 70ch; |
| 10 | } |
| 11 | |
| 12 | footer.page-footer { |
| 13 | @@ -70,6 +71,7 @@ span { |
| 14 | pre { |
| 15 | background: #e2e2e2; |
| 16 | font-family: monospace; |
| 17 | + overflow: scroll; |
| 18 | } |
| 19 | |
| 20 | img.me { |