Seed: editorial template (15 files)
This commit is contained in:
@@ -26,7 +26,7 @@ export default function Header() {
|
||||
];
|
||||
|
||||
return (
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 \${scrolled ? "bg-stone-50/90 dark:bg-stone-950/90 backdrop-blur-lg border-b border-stone-200 dark:border-stone-800" : "bg-transparent"}`}>
|
||||
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 ${scrolled ? "bg-stone-50/90 dark:bg-stone-950/90 backdrop-blur-lg border-b border-stone-200 dark:border-stone-800" : "bg-transparent"}`}>
|
||||
<div className="mx-auto max-w-6xl px-6 py-4">
|
||||
<div className="flex items-center justify-between">
|
||||
<nav className="hidden md:flex items-center gap-6">
|
||||
|
||||
Reference in New Issue
Block a user