Skip to content

Commit 4b2515c

Browse files
committed
badge size and layout
1 parent b572089 commit 4b2515c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const Homepage = () => {
167167
align="center"
168168
justify="center"
169169
boxSize="full"
170-
pt={["130px", "152px"]}
170+
pt={["129px", "129px", "152px"]}
171171
pb={10}
172172
flexDir="column"
173173
>
@@ -180,15 +180,15 @@ const Homepage = () => {
180180
"landing"
181181
);
182182
}}
183-
mb="60px"
183+
mb={["40px", "40px", "60px"]}
184184
isExternal
185185
href="https://www.crypto-reporter.com/press-releases/moonstream-to-wins-techcrunch-pitch-off-earning-a-spot-at-disrupt-2023-39287/
186186
"
187187
>
188188
<ChakraImage
189189
src={assets.tech_crunch_winner}
190-
w="272px"
191-
h="59px"
190+
w={["213px", "213px", "272px"]}
191+
h={["49px", "49px", "59px"]}
192192
cursor="pointer"
193193
bg="#46C370"
194194
borderRadius="10px"

0 commit comments

Comments
 (0)