Skip to content

Commit

Permalink
Update paddingBottom value in ListAppCards component
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Feb 5, 2024
1 parent dd14c2a commit 3f4e01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ListAppCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function ListAppCards(props: ListAppCardsProps) {
alignSelf="center"
size="$4"
paddingTop="$2"
paddingBottom="$19"
paddingBottom="$20"
gap="$3"
>
{releases
Expand Down

0 comments on commit 3f4e01d

Please sign in to comment.