Update css for .imageFeed img to always be 100%

pull/4202/head
Isaac Connor 2022-05-25 15:11:21 -04:00
parent f61e0b3e8f
commit 5423aa701d
1 changed files with 2 additions and 2 deletions

View File

@ -767,6 +767,6 @@ a.flip {
position: relative; position: relative;
} }
.imageFeed img { .imageFeed img {
max-width: 100%; width: 100%;
max-height: 100%; height: 100%;
} }