This commit is contained in:
2026-01-29 00:18:44 +01:00
parent 0853a497ef
commit b5e09ea52e
5 changed files with 23 additions and 15 deletions

View File

@@ -35,7 +35,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
return (
<div className="min-h-screen flex flex-col">
<header className="sticky top-0 z-[100] bg-bg-color/95 backdrop-blur-xl border-b border-secondary-bg pt-[env(safe-area-top)]">
<div className="container mx-auto px-4 h-20 flex justify-between items-center">
<div className="max-w-[1200px] mx-auto px-4 h-20 flex justify-between items-center">
<Link
href="/"
className="flex items-center"
@@ -104,7 +104,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
</nav>
<footer className="bg-white border-t border-secondary-bg py-8 md:py-16 mt-8 md:mt-16">
<div className="container mx-auto px-4">
<div className="max-w-[1200px] mx-auto px-4">
<div className="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8 md:gap-12 mb-8 md:mb-12">
<div className="flex flex-col items-center md:items-start text-center md:text-left">
<img