Skip to content

Commit

Permalink
Update hover border color on starting cards
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoEC committed Aug 20, 2024
1 parent 36054bf commit c8546bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/Home/StartingCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function StartingCards({
<div class="grid md:grid-cols-6 gap-6 w-full">
{cards?.map((card, index) => (
<div
class={`bg-[#030806] border border-[#0B1612] hover:border-[#494a49] h-[350px] p-10 rounded-[24px] overflow-hidden relative ${
class={`bg-[#030806] border border-[#0B1612] hover:border-[#2f2f2f] h-[350px] p-10 rounded-[24px] overflow-hidden relative ${
index < 2 ? "lg:col-span-3" : "lg:col-span-2"
} ${index < 4 ? "sm:col-span-3" : "sm:col-span-6"}
}`}
Expand Down

0 comments on commit c8546bd

Please sign in to comment.