Maintain aspect ratio with height: auto;
This commit is contained in:
parent
dadf43798e
commit
748b2f1279
|
@ -89,6 +89,7 @@
|
||||||
becomes smaller */
|
becomes smaller */
|
||||||
.unit img {
|
.unit img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Responsive Stuff */
|
/* Responsive Stuff */
|
||||||
|
|
Loading…
Reference in New Issue