1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-12 08:04:13 +02:00

fix(img): add height: auto to keep aspect ratio

This commit is contained in:
Jonas Kuske
2019-05-04 23:11:13 +02:00
parent fced5e61ad
commit f75f577674

View File

@@ -1,5 +1,6 @@
img { img {
max-width: 100%; max-width: 100%;
height: auto;
} }
hr { hr {