Skip to content

Commit ffc2bba

Browse files
committed
feat: invert order of CardSplit and sitemap in mobile
1 parent b16cbcc commit ffc2bba

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/components/footer.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,7 @@ export function Footer() {
139139
</div>
140140

141141
<div className="flex flex-col gap-8 max-md:w-full md:max-w-md md:justify-self-end">
142-
<CardSplit
143-
className="md:order-2"
144-
textPrimary="5x1000"
145-
textSecondary="Sostienici!"
146-
textSecondarySmall="CF: 97927490157"
147-
/>
142+
<CardSplit textPrimary="5x1000" textSecondary="Sostienici!" textSecondarySmall="CF: 97927490157" />
148143

149144
<div id="sitemap" className="flex w-full flex-col gap-4">
150145
<h3 className="typo-label-extralarge md:typo-headline-small">Visita il sito</h3>

0 commit comments

Comments
 (0)