mirror of
https://github.com/kognise/water.css.git
synced 2025-12-08 07:45:02 +01:00
fix(img): add height: auto to keep aspect ratio
This commit is contained in:
parent
fced5e61ad
commit
f75f577674
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue