mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Adjust object fit
This commit is contained in:
@@ -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);
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user