adding img height auto to resolve image squeezing (#2)
Co-authored-by: Daniel Wilson <danielwilson@Daniels-MacBook-Air.local>
This commit is contained in:
parent
38867e2807
commit
d3e9140bd7
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
|
@ -85,6 +85,7 @@ ol[class] {
|
|||
img {
|
||||
display: block;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
Loading…
Reference in a new issue