attempt to fix code overflow

This commit is contained in:
Tom Hodson 2022-11-23 20:45:55 +01:00
parent 083564ad29
commit 1520ab75a8

View File

@ -76,6 +76,10 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
div.highlight {
max-width: 100%;
overflow: auto;
}
.figure { .figure {
max-width: 400px; max-width: 400px;