Skip to content

Commit

Permalink
Added vertial gap for cards on credits page
Browse files Browse the repository at this point in the history
  • Loading branch information
bzzz-coding committed Jan 22, 2024
1 parent b27fe73 commit d3fb750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/CreditsPage/CreditsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const CreditsPage: FC = () => {
</div>
</div>

<div className="grid grid-cols-1 sm:grid-cols-2 content-center md:grid-cols-3 gap-8 md:gap-8 lg:gap-x-12 xl:gap-x-20 place-items-stretch mx-auto px-8 sm:px-0 w-full xs:w-10/12 sm:w-4/5 md:w-4/5 ">
<div className="grid grid-cols-1 sm:grid-cols-2 content-center md:grid-cols-3 gap-x-8 md:gap-x-8 gap-y-10 lg:gap-x-12 xl:gap-x-20 place-items-stretch mx-auto px-8 sm:px-0 w-full xs:w-10/12 sm:w-4/5 md:w-4/5 ">
{activeData.map((cardData) => (
<Card
key={cardData.id}
Expand Down

0 comments on commit d3fb750

Please sign in to comment.