mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-13 00:20:34 +08:00
⚒️ Fix height svg card.
This commit is contained in:
parent
2b09ec9900
commit
16de2150c7
@ -28,13 +28,13 @@ const SVGCard = (props: SVGCardProps) => {
|
|||||||
mb="2"
|
mb="2"
|
||||||
_hover={{
|
_hover={{
|
||||||
border:`1px solid ${color}`,
|
border:`1px solid ${color}`,
|
||||||
transform: "scale(1.04)",
|
transform: "scale(1.03)",
|
||||||
}}
|
}}
|
||||||
transition="all 0.2s" >
|
transition="all 0.2s" >
|
||||||
<Center>
|
<Center>
|
||||||
<Image boxSize="45px" src={props.svg} alt={props.title} />
|
<Image height="40px" src={props.svg} alt={props.title} />
|
||||||
</Center>
|
</Center>
|
||||||
<Text mt="2" fontWeight="light" textAlign="center">
|
<Text mt="3" fontWeight="light" textAlign="center">
|
||||||
{props.title}
|
{props.title}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user