diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 21:36:42 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-01-02 21:36:42 +0200 |
| commit | b7723bda07753426fc205b8d74a1b78c0d086239 (patch) | |
| tree | 67c1fc3cd13bbe4e248c8488cbaadeea00895908 | |
| parent | 09664404e4fd59e3ec79b56907ac7c5178ec6656 (diff) | |
Fix code block padding
| -rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 9020511..758d523 100644 --- a/static/style.css +++ b/static/style.css @@ -180,6 +180,7 @@ pre { pre code { white-space: inherit; border: none; + padding: 0; } @media screen and (max-width: 600px) { |
