fix image overflow on older browsers

This commit is contained in:
brecert
2021-08-10 05:48:26 -04:00
parent b6230abbd7
commit 3191a61d5b

View File

@@ -18,6 +18,8 @@ const Grid = styled.div`
max-width: 100%;
max-height: 100%;
overflow: hidden;
object-fit: contain;
}