Adjust object fit

This commit is contained in:
jeffvli
2022-11-19 20:50:35 -08:00
parent 9f4a58352d
commit 449e11c2d4
@@ -52,7 +52,7 @@ const ImageContainer = styled(motion(Link))<{ height: string }>`
const SidebarImage = styled.img`
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
background: var(--placeholder-bg);
`;