Make middle banner image resize properly and keep its aspect ratio

This commit is contained in:
Connor Hudson 2018-07-06 10:37:10 -04:00
parent 61aad76b68
commit 565eeb776f

View file

@ -33,8 +33,9 @@
align-self: flex-end;
img {
display: block;
max-width: 100%;
height: 100%;
max-height: 100%;
align-self: flex-end;
}
}