Skip to content

Commit eb8d58f

Browse files
fix: landing page footer credit and desktop footer padding to prevent navbar overlap
1 parent 00388fe commit eb8d58f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Shield, Lock, Cpu, Terminal } from 'lucide-react';
22

33
export function Footer() {
44
return (
5-
<footer className="relative mt-auto pt-40 pb-20 overflow-hidden border-t-8 border-black bg-zinc-50">
5+
<footer className="relative mt-auto pt-40 pb-32 lg:pb-48 overflow-hidden border-t-8 border-black bg-zinc-50">
66
<div className="max-w-7xl mx-auto px-10 relative z-10">
77
<div className="flex flex-col lg:flex-row items-center lg:items-end justify-between gap-20">
88

src/pages/LandingPage.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,12 @@ export function LandingPage() {
175175
</div>
176176
<span className="text-2xl font-black tracking-tighter uppercase">DevSignal</span>
177177
</div>
178-
<div className="text-[10px] font-black uppercase tracking-[0.4em] text-zinc-400">
179-
© 2026 SURGICAL INTELLIGENCE UNIT.
178+
<div className="text-[10px] font-black uppercase tracking-[0.4em] text-zinc-400 flex flex-col md:flex-row items-center gap-4">
179+
<span>© 2026 SURGICAL INTELLIGENCE UNIT.</span>
180+
<span className="hidden md:block w-1.5 h-1.5 bg-zinc-400 rotate-45" />
181+
<span>
182+
GOD OF THE SITE: <a href="https://github.com/tarunyaio" target="_blank" rel="noopener noreferrer" className="text-black hover:text-accent-indigo transition-colors underline decoration-2 underline-offset-4">@Tarunyaio</a>
183+
</span>
180184
</div>
181185
<div className="flex gap-8">
182186
<a href="#" className="font-black text-[10px] uppercase tracking-widest hover:underline decoration-2">GitHub</a>

0 commit comments

Comments
 (0)