Try centering code block a different way since class is not working.

This commit is contained in:
Hyperling 2025-01-29 04:10:54 -07:00
parent bd4e7684c9
commit 73a8c820c3

View File

@ -94,7 +94,9 @@
}
.code {
max-width: 80%;
max-width: 90%;
margin-left: 5%;
overflow: auto;
overflow-x: scroll;
overflow-y: hidden;