Skip to content

Commit 0d92f98

Browse files
committed
chore: adjust spacing around the blur ellipse image in the FooterCTA
1 parent d379ea8 commit 0d92f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/routes/-components/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Link } from "@tanstack/react-router";
55

66
export default function Footer() {
77
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">
99
<div className="flex flex-col md:flex-row md:items-center md:justify-between lg:justify-around">
1010
<div className="flex items-center justify-start gap-4">
1111
{/* Social Icons */}

src/routes/-components/FooterCTA.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const FooterCTA = () => {
66
return (
77
<div
88
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%]"
1010
>
1111
<div className="z-10 lg:flex lg:w-1/2 lg:flex-col lg:gap-6">
1212
<p className="text-[32px] font-bold text-white lg:text-[55px] lg:leading-[60.5px]">

0 commit comments

Comments
 (0)