Maintain image aspect ratio.
parent
994e1391ed
commit
0f89bdf6c1
|
@ -6,7 +6,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: auto;
|
max-width: 100%;
|
||||||
height: 200px;
|
max-height: 220px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue