Skip to content

Commit ae7786f

Browse files
committed
looks amazing
1 parent f877d62 commit ae7786f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/components/Landing/OddsCard.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ export function OverUnderOddsCard({
212212
borderRadius="2xl"
213213
borderColor={borderColor}
214214
bg={wrapperBg}
215-
px={10}
216-
py={50}
215+
px={8}
216+
py={6}
217217
w="full"
218218
maxW="5xl"
219219
>
@@ -258,12 +258,12 @@ export function OverUnderOddsCard({
258258
{awayTeam}
259259
</Text>
260260
</Flex>
261-
<Flex direction="column" align="center" justify="center" w="full" maxW="2xl" gap={4}>
261+
<Flex direction="column" align="center" justify="center" w="full" maxW="2xl" gap={2}>
262262
<Text fontSize="sm" fontWeight="medium" color="teal.600" textTransform="uppercase">
263263
{marketLabel}
264264
</Text>
265265
{line && (
266-
<Text fontSize="3xl" fontWeight="semibold" color="fg.default">
266+
<Text fontSize="2xl" fontWeight="medium" color="fg.default">
267267
{line}
268268
</Text>
269269
)}

0 commit comments

Comments
 (0)