Skip to content

Commit 9ddec64

Browse files
committed
fix: reorder CSS classes in BaseJoin component
Reorder flex classes for better consistency in className ordering
1 parent af2ccc7 commit 9ddec64

File tree

1 file changed

+1
-1
lines changed
  • apps/web/src/components/base-org/root/Redesign/Section/BaseJoin

1 file changed

+1
-1
lines changed

apps/web/src/components/base-org/root/Redesign/Section/BaseJoin/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const card3 = Card3 as ImageType;
1414
export function SectionBaseJoin() {
1515
return (
1616
<Section content={content}>
17-
<div className="flex flex-col col-span-full gap-8 md:flex-row">
17+
<div className="col-span-full flex flex-col gap-8 md:flex-row">
1818
{cards.map((card) => (
1919
<Link key={card.index} href={card.href} className="flex-1 overflow-hidden !rounded-[8px]">
2020
<InteractiveCard

0 commit comments

Comments
 (0)