mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fea(www): changes
This commit is contained in:
parent
223bb52bb9
commit
151cefd528
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import { NetworkAnimation } from "./NetworkAnimation";
|
|||
|
||||
export function Hero() {
|
||||
return (
|
||||
<section className="relative pt-8 sm:pt-12 lg:pt-15 pb-6 px-4 sm:px-6 lg:px-8">
|
||||
<section className="relative pt-8 sm:pt-12 lg:pt-1 pb-6 px-4 sm:px-6 lg:px-8">
|
||||
<div className="hidden lg:block">
|
||||
<NetworkAnimation />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ export function Navbar() {
|
|||
};
|
||||
|
||||
return (
|
||||
<nav className="fixed top-0 left-0 right-0 z-50 bg-gradient-to-b from-transparent to-white/5 backdrop-blur border-b border-neutral-200/5">
|
||||
<nav className="top-0 left-0 right-0 z-50 bg-gradient-to-b from-transparent to-white/5 backdrop-blur border-b border-neutral-200/5">
|
||||
<div className="max-w-[85rem] mx-auto px-6 lg:px-8">
|
||||
<div className="flex items-center justify-between h-20">
|
||||
{/* Logo */}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue