aboutsummaryrefslogtreecommitdiff
path: root/header.html
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 18:22:34 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 18:22:34 +0100
commit73cf5091807b75810e007458544ee40d5427675d (patch)
treeb30d89e2315483f79b97f3ee7ab8ed5f495a4264 /header.html
parent30cb55ff189b52494fa0d2ee6c9333e48d26ea4a (diff)
downloadgit.zue.dev-73cf5091807b75810e007458544ee40d5427675d.tar
git.zue.dev-73cf5091807b75810e007458544ee40d5427675d.tar.gz
git.zue.dev-73cf5091807b75810e007458544ee40d5427675d.tar.bz2
git.zue.dev-73cf5091807b75810e007458544ee40d5427675d.tar.xz
git.zue.dev-73cf5091807b75810e007458544ee40d5427675d.zip
wrap code blocks
Diffstat (limited to 'header.html')
-rw-r--r--header.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/header.html b/header.html
index 5054151..814e436 100644
--- a/header.html
+++ b/header.html
@@ -23,3 +23,12 @@
DarkReader.auto();
});
</script>
+
+<style>
+ /* wrap code */
+ .hljs {
+ max-width: 100%;
+ white-space: pre-wrap;
+ word-break: break-word;
+ }
+</style>