Skip to content

Commit e9d328b

Browse files
jb-0pettinarip
andauthored
Update src/components/ExpandableCard.tsx
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent 78871d0 commit e9d328b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ExpandableCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const ExpandableCard: React.FC<IProps> = ({
8787
flexDir={{ base: "column", sm: "row" }}
8888
>
8989
<Box
90-
marginBottom={{ base: "0.5rem", sm: 0 }}
91-
marginRight={{ base: 0, sm: "1rem" }}
90+
marginBottom={{ base: 2, sm: 0 }}
91+
marginRight={{ base: 0, sm: 4 }}
9292
>
9393
<Box
9494
display="flex"

0 commit comments

Comments
 (0)