File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { Link } from "@tanstack/react-router";
5
5
6
6
export default function Footer ( ) {
7
7
return (
8
- < footer className = "mt-8 pl-4" data-test = "Footer" >
8
+ < footer className = "mt-8 pl-4 md:mt-48 lg:mt-96 " data-test = "Footer" >
9
9
< div className = "flex flex-col md:flex-row md:items-center md:justify-between lg:justify-around" >
10
10
< div className = "flex items-center justify-start gap-4" >
11
11
{ /* Social Icons */ }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const FooterCTA = () => {
6
6
return (
7
7
< div
8
8
data-test = "FooterCTA"
9
- className = "relative flex flex-col items-center gap-4 p-4 md:gap-10 lg:flex lg:flex-row lg:p-[100px] lg:pl-[20%]"
9
+ className = "relative flex flex-col items-center gap-4 p-4 md:gap-10 md:p-10 lg:flex lg:flex-row lg:pl-[20%]"
10
10
>
11
11
< div className = "z-10 lg:flex lg:w-1/2 lg:flex-col lg:gap-6" >
12
12
< p className = "text-[32px] font-bold text-white lg:text-[55px] lg:leading-[60.5px]" >
You can’t perform that action at this time.
0 commit comments