Fix code horizontal overflow

main
Stef Dunlap 2023-01-30 10:30:19 -05:00
parent 12aae0afb4
commit cb610a6b4a
1 changed files with 4 additions and 0 deletions

View File

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