explicit pre formatting

This commit is contained in:
Oskar Wickström
2024-08-26 04:00:24 +02:00
parent cae3a8d53a
commit c362a0b32f

View File

@@ -193,6 +193,11 @@ img, video {
object-fit: contain; object-fit: contain;
} }
pre {
white-space: pre;
overflow-x: auto;
}
pre, code { pre, code {
font-family: var(--font-family); font-family: var(--font-family);
} }