feat(component): Update footer styling and structure
The footer's class has been updated to improve page layout. Additionally, unnecessary div containing flex properties has been removed for simplicity and improved readability.
This commit is contained in:
parent
01c073e879
commit
7426f5f642
@ -5,7 +5,7 @@ export function Footer() {
|
|||||||
return (
|
return (
|
||||||
<footer
|
<footer
|
||||||
className={
|
className={
|
||||||
"flex flex-col-reverse md:flex-row justify-between gap-2 md:gap-1 items-center p-2 border-t-2 w-full"
|
"flex flex-col-reverse md:flex-row justify-between gap-2 md:gap-1 self-end order-6 items-center p-2 border-t-2 w-full"
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@ -49,11 +49,7 @@ export function Footer() {
|
|||||||
<h3 className={"text-nowrap text-center"}>Support Center</h3>
|
<h3 className={"text-nowrap text-center"}>Support Center</h3>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div/>
|
||||||
className={
|
|
||||||
"flex flex-row gap-1 items-center justify-center md:justify-end md:w-1/3"
|
|
||||||
}
|
|
||||||
></div>
|
|
||||||
</footer>
|
</footer>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user