fix stretched images

This commit is contained in:
Tom Larrow 2024-10-30 10:12:02 -04:00 committed by GitHub
parent 7cc146b13f
commit 68e59417c1
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 {