aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>