Fix code horizontal overflow

This commit is contained in:
Stef Dunlap 2023-01-30 10:30:19 -05:00
parent 12aae0afb4
commit cb610a6b4a

View File

@ -46,3 +46,7 @@ blockquote {
padding-left: 1em;
border-left: solid grey 3px;
}
pre {
overflow-x: auto;
}