We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2eded commit e6f5ad3Copy full SHA for e6f5ad3
src/components/Hero/ContentHero/index.tsx
@@ -29,6 +29,7 @@ const ContentHero = (props: ContentHeroProps) => {
29
>
30
<Box
31
order={{ lg: 1 }}
32
+ py={{ base: 0, lg: 12 }}
33
height={{
34
base: "300px",
35
md: "400px",
@@ -47,6 +48,7 @@ const ContentHero = (props: ContentHeroProps) => {
47
48
boxSize="full"
49
style={{ objectFit: "contain" }}
50
flex={{ base: "1 1 100%", md: "none" }}
51
+ maxHeight={451}
52
/>
53
</Box>
54
<Stack p={{ base: "8", lg: "16" }} spacing="9" justify="center">
0 commit comments