Skip to content

Commit 1e11b01

Browse files
committed
fix landing responsive
1 parent ef1ae42 commit 1e11b01

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/containers/Landing/HeroSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const HeroSection = () => {
105105
<StyledHeroSectionBody>
106106
<Stack flex="1" miw={250} mx="auto" align="center">
107107
<Link href="https://todiagram.com?ref=jsoncrack.com">
108-
<Flex fz="sm" c="gray.8" gap="8" align="center">
108+
<Flex justify="center" fz="sm" c="gray.8" gap="8" align="center">
109109
built by
110110
<Image src="/assets/todiagram_logo.png" alt="Todiagram Logo" h={14} />
111111
</Flex>

src/containers/Landing/LovedBy.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export const LovedBy = ({ stars }: LovedByProps) => {
9191
<Image
9292
src="https://todiagram.com/logo.svg"
9393
alt="Todiagram Logo"
94+
w={14}
9495
h={14}
9596
style={{ filter: "brightness(0) saturate(100%) invert(100%)" }}
9697
/>

0 commit comments

Comments
 (0)