update image aspect ratios
This commit is contained in:
parent
d11ee8a5dd
commit
81ef7f4399
1 changed files with 1 additions and 4 deletions
|
@ -198,15 +198,12 @@ button {
|
||||||
/* This is simply for lazy image purposes, to ensure the image is visible sooner when scrolling */
|
/* This is simply for lazy image purposes, to ensure the image is visible sooner when scrolling */
|
||||||
min-height: 70%;
|
min-height: 70%;
|
||||||
min-width: 70%;
|
min-width: 70%;
|
||||||
align-self: flex-end;
|
margin: auto;
|
||||||
position: static;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.coveredImage-img {
|
.coveredImage-img {
|
||||||
max-height: none;
|
max-height: none;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.coveredImage {
|
.coveredImage {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue