Hard-set the width of a code block.

This commit is contained in:
Hyperling 2025-01-29 03:59:12 -07:00
parent a1a76a1985
commit 6f979f00d9

View File

@ -94,7 +94,7 @@
}
pre code {
width: 90%;
max-width: 400px;
overflow: auto;
overflow-x: scroll;
overflow-y: hidden;