adding img height auto to resolve image squeezing (#2)

Co-authored-by: Daniel Wilson <danielwilson@Daniels-MacBook-Air.local>
This commit is contained in:
Daniel Wilson 2024-06-07 10:57:23 -06:00 committed by GitHub
parent 38867e2807
commit d3e9140bd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -85,6 +85,7 @@ ol[class] {
img {
display: block;
max-width: 100%;
height: auto;
}
input,