mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Add margin under image
This commit is contained in:
@@ -35,9 +35,10 @@ const ImageContainer = styled(motion.div)`
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 65%;
|
|
||||||
aspect-ratio: 1/1;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
aspect-ratio: 1/1;
|
||||||
|
height: 65%;
|
||||||
|
margin-bottom: 1rem;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const imageVariants: Variants = {
|
const imageVariants: Variants = {
|
||||||
|
|||||||
Reference in New Issue
Block a user