fix stretched images (#28)

This commit is contained in:
Tom Larrow 2024-12-17 12:28:38 -05:00 committed by GitHub
parent 7cc146b13f
commit 4efb706c06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ td {
img {
max-width: 100%;
height: auto;
}
code {