Fix code block overflow on mobile.

This commit is contained in:
Drew Galbraith 2024-01-25 00:41:42 -08:00
parent 80e734855c
commit e4a7851faa
1 changed files with 1 additions and 0 deletions

View File

@ -85,4 +85,5 @@ figcaption {
.chroma {
padding: 10px;
overflow-x: scroll;
}