Responsiveness changes, new logo

This commit is contained in:
Alacris
2026-03-23 00:12:34 +02:00
parent 47a8a5857f
commit d6950317af
6 changed files with 116 additions and 98 deletions

View File

@@ -16,7 +16,7 @@ export default function Footer() {
const t = useTranslations();
return (
<footer className="bg-bg-dark w-full">
<footer className="bg-bg-dark w-full border-t-4 border-primary-50">
{/* Mobile: only social icons */}
<div className="flex lg:hidden items-center justify-center gap-6 py-8 px-6 flex-wrap">
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => (