1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 15:45:15 +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 {
max-width: 100%;
height: auto;
}
hr {