fix: logo 4x larger (168px), remove hero min-h-screen gap
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c0536df9e2
commit
bce8b4e3db
2 changed files with 3 additions and 3 deletions
|
|
@ -119,7 +119,7 @@ export default function Hero() {
|
|||
const shouldAnimate = !shouldReduce;
|
||||
|
||||
return (
|
||||
<section className="relative min-h-screen flex flex-col justify-start overflow-hidden -mt-[58px] pt-[58px]">
|
||||
<section className="relative flex flex-col justify-start overflow-hidden -mt-[196px] pt-[196px]">
|
||||
{/* Background glow */}
|
||||
<div
|
||||
className="glow-orb w-[600px] h-[400px] left-1/4 top-1/3 opacity-15"
|
||||
|
|
@ -134,7 +134,7 @@ export default function Hero() {
|
|||
}}
|
||||
/>
|
||||
|
||||
<div className="relative max-w-7xl mx-auto px-6 w-full pt-[45px] pb-12 lg:pb-16">
|
||||
<div className="relative max-w-7xl mx-auto px-6 w-full pt-[20px] pb-8 lg:pb-10">
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 lg:gap-16 items-center">
|
||||
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ export default function Header() {
|
|||
<img
|
||||
src={`${import.meta.env.BASE_URL}cohorta-banner.png`}
|
||||
alt="Cohorta"
|
||||
style={{ height: '42px', objectFit: 'contain', objectPosition: 'left center' }}
|
||||
style={{ height: '168px', objectFit: 'contain', objectPosition: 'left center' }}
|
||||
className="w-auto"
|
||||
draggable={false}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue