Try making code blocks scrollable.

This commit is contained in:
Hyperling 2025-01-29 03:54:11 -07:00
parent 1114b65e57
commit 4ed4290f67

View File

@ -93,6 +93,12 @@
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
}
code {
width: 90%;
overflow-x: scroll;
overflow-y: hidden;
}
body {
max-width: 1300px;
margin-left: auto;