Skip to content

Commit

Permalink
chore: adjust spacing around the blur ellipse image in the FooterCTA
Browse files Browse the repository at this point in the history
  • Loading branch information
samoina committed Dec 11, 2024
1 parent d379ea8 commit 0d92f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/-components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Link } from "@tanstack/react-router";

export default function Footer() {
return (
<footer className="mt-8 pl-4" data-test="Footer">
<footer className="mt-8 pl-4 md:mt-48 lg:mt-96" data-test="Footer">
<div className="flex flex-col md:flex-row md:items-center md:justify-between lg:justify-around">
<div className="flex items-center justify-start gap-4">
{/* Social Icons */}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/-components/FooterCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const FooterCTA = () => {
return (
<div
data-test="FooterCTA"
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%]"
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%]"
>
<div className="z-10 lg:flex lg:w-1/2 lg:flex-col lg:gap-6">
<p className="text-[32px] font-bold text-white lg:text-[55px] lg:leading-[60.5px]">
Expand Down

0 comments on commit 0d92f98

Please sign in to comment.