update image aspect ratios

This commit is contained in:
Luke Pulverenti 2016-10-17 00:36:39 -04:00
parent d11ee8a5dd
commit 81ef7f4399

View file

@ -198,15 +198,12 @@ button {
/* This is simply for lazy image purposes, to ensure the image is visible sooner when scrolling */
min-height: 70%;
min-width: 70%;
align-self: flex-end;
position: static;
margin: auto;
}
.coveredImage-img {
max-height: none;
max-width: none;
height: 100%;
width: 100%;
}
.coveredImage {