diff options
author | metamuffin <metamuffin@disroot.org> | 2022-08-30 18:55:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-08-30 18:55:04 +0200 |
commit | 296b22664858e269cf5e4463e20051bb11b35dd9 (patch) | |
tree | da9bcc6e239841bb0d2eb41bc560d68c0912da1d | |
parent | 4b1f352dbaf50ff60c434a5888048768820a3ff2 (diff) | |
download | metamuffin-blog-296b22664858e269cf5e4463e20051bb11b35dd9.tar metamuffin-blog-296b22664858e269cf5e4463e20051bb11b35dd9.tar.bz2 metamuffin-blog-296b22664858e269cf5e4463e20051bb11b35dd9.tar.zst |
scroll sideways in code
-rw-r--r-- | content/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/style.css b/content/style.css index a6f41a2..1f7e24e 100644 --- a/content/style.css +++ b/content/style.css @@ -35,4 +35,4 @@ pre,code { border-radius: 5px; padding: 0.2em; } -pre { margin-left: 4em; margin-right: 4em; } +pre { margin-left: 4em; margin-right: 4em; overflow-y: auto; } |