mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
refactor(www): text clarity, padding adj.
This commit is contained in:
parent
573744961d
commit
a825ce9add
18 changed files with 88 additions and 124 deletions
|
|
@ -175,6 +175,7 @@
|
|||
/* Apply custom font to body by default */
|
||||
body {
|
||||
font-family: var(--font-sans);
|
||||
letter-spacing: -0.04em;
|
||||
}
|
||||
|
||||
.dark {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export function Footer() {
|
|||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-20">
|
||||
{/* Left Column - Tagline and Copyright */}
|
||||
<div className="flex flex-col">
|
||||
<p className="font-sans font-normal text-lg sm:text-xl lg:text-2xl text-black tracking-[-1.2px] sm:tracking-[-1.5px] lg:tracking-[-1.7px]! leading-relaxed mb-6 sm:mb-8">
|
||||
<p className="ext-base sm:text-lg md:text-xl lg:text-[22px] font-sans font-normal tracking-[-1.0px] sm:tracking-[-1.22px]! text-black mb-6 sm:mb-8">
|
||||
Plano is a powerful agent delivery infrastructure platform that is framework-friendly,
|
||||
and empowers developers and teams to seamlessly build, deliver, and scale agentic
|
||||
applications.
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ export function Navbar() {
|
|||
};
|
||||
|
||||
return (
|
||||
<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">
|
||||
<nav className="relative 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