Skip to content

Commit

Permalink
Change gap
Browse files Browse the repository at this point in the history
  • Loading branch information
camilovegag committed Aug 1, 2024
1 parent cb625f1 commit f2bea20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/berlin/src/pages/Results.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function Option({
};

return (
<article className="border-secondary flex w-full flex-col gap-2 border p-4">
<article className="border-secondary flex w-full flex-col gap-4 border p-4">
<section className="flex flex-col gap-3">
<Body>{option.title}</Body>
{author && (
Expand Down

0 comments on commit f2bea20

Please sign in to comment.