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:
@@ -1,5 +1,6 @@
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
Reference in New Issue
Block a user