mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Add margin under image
This commit is contained in:
parent
6218b27117
commit
d289797d65
1 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue