Adjust header and welcome page spacing and padding
This commit is contained in:
parent
7d8840c47d
commit
0eab7b9050
|
|
@ -21,7 +21,7 @@ export default function Header({
|
|||
|
||||
return (
|
||||
<header className="fade-bottom fixed top-0 z-50 w-full bg-background/5 backdrop-blur-lg">
|
||||
<div className="mx-auto flex max-w-5xl items-center justify-between px-2 py-4 lg:py-6">
|
||||
<div className="mx-auto flex max-w-5xl items-center justify-between px-6 py-4 lg:py-6">
|
||||
<div className="flex items-center gap-4 font-mono">
|
||||
<BirdIcon className="size-5 text-[#1b1b18] dark:text-[#EDEDEC]" />
|
||||
<span className="font-medium">Whisper Money</span>
|
||||
|
|
|
|||
|
|
@ -130,9 +130,9 @@ export default function Welcome({
|
|||
/>
|
||||
|
||||
<main className="flex flex-1 flex-col">
|
||||
<section className="relative w-full overflow-hidden px-6 py-24 sm:py-32 md:py-40">
|
||||
<section className="relative w-full overflow-hidden px-6 py-28 sm:py-32 md:py-40">
|
||||
<div className="relative z-10 mx-auto flex max-w-7xl flex-col gap-12">
|
||||
<div className="relative z-10 mx-auto flex w-full max-w-5xl flex-col items-start gap-2 sm:gap-8">
|
||||
<div className="relative z-10 mx-auto flex w-full max-w-5xl flex-col items-start gap-6 sm:gap-8">
|
||||
<span className="inline-flex items-center gap-2 rounded-full border border-[#e3e3e0] px-2.5 py-1 text-[0.8rem] font-medium dark:border-[#3E3E3A]">
|
||||
<LockIcon className="size-3.5 opacity-75" />
|
||||
<span className="text-[#706f6c] dark:text-[#A1A09A]">
|
||||
|
|
|
|||
Loading…
Reference in New Issue