Apply 7xl container and cozy spacing to Layout header/footer
cgen-c917c41ab98c41129ea1d3d7c063b892
This commit is contained in:
parent
f22cccde7c
commit
83706a2546
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
return (
|
return (
|
||||||
<div className="min-h-screen bg-aethex-gradient">
|
<div className="min-h-screen bg-aethex-gradient">
|
||||||
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down">
|
<header className="sticky top-0 z-50 border-b border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-down">
|
||||||
<div className="container mx-auto flex min-h-16 h-auto items-center justify-between px-4 py-2 gap-2 min-w-0">
|
<div className="container mx-auto max-w-7xl flex min-h-16 h-auto items-center justify-between px-4 py-2 gap-2 min-w-0">
|
||||||
{/* Logo */}
|
{/* Logo */}
|
||||||
<Link
|
<Link
|
||||||
to="/"
|
to="/"
|
||||||
|
|
@ -383,7 +383,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
||||||
|
|
||||||
{!hideFooter && (
|
{!hideFooter && (
|
||||||
<footer className="border-t border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-up">
|
<footer className="border-t border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60 animate-slide-up">
|
||||||
<div className="container mx-auto px-4 py-12">
|
<div className="container mx-auto max-w-7xl px-4 py-12">
|
||||||
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
|
<div className="grid grid-cols-1 md:grid-cols-4 gap-8">
|
||||||
{/* Company Info */}
|
{/* Company Info */}
|
||||||
<div className="space-y-4 animate-fade-in">
|
<div className="space-y-4 animate-fade-in">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue