Merge pull request #16 from evansvl/main

Adjust layout div width for header component
This commit is contained in:
Egor
2026-01-18 06:55:51 +03:00
committed by GitHub

View File

@@ -259,7 +259,7 @@ export default function Layout({ children }: LayoutProps) {
<div className="min-h-screen flex flex-col"> <div className="min-h-screen flex flex-col">
{/* Header */} {/* Header */}
<header className="sticky top-0 z-50 glass border-b border-dark-800/50"> <header className="sticky top-0 z-50 glass border-b border-dark-800/50">
<div className="max-w-6xl mx-auto px-4 sm:px-6"> <div className="w-full mx-auto px-4 sm:px-6">
<div className="flex justify-between items-center h-16 lg:h-20"> <div className="flex justify-between items-center h-16 lg:h-20">
{/* Logo */} {/* Logo */}
<Link to="/" className={`flex items-center gap-2.5 flex-shrink-0 ${!appName ? 'lg:mr-4' : ''}`}> <Link to="/" className={`flex items-center gap-2.5 flex-shrink-0 ${!appName ? 'lg:mr-4' : ''}`}>