Skip to content

Commit

Permalink
Update hero-section.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
nezovskii committed Jan 29, 2025
1 parent 7c32cf0 commit fe1005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sections/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function HeroSection() {
const ActiveComponent = tabComponents[activeTab]

return (
<section className="bg-gradient-to-b from-blue-50 to-white pt-16 md:pt-20">
<section className="bg-gradient-to-b from-blue-50 to-white pt-24 md:pt-32 lg:pt-36">
<div className="container mx-auto px-2 md:px-4">
<HeroHeader />
<div className="flex flex-col lg:flex-row gap-3 border rounded-[24px] md:rounded-[44px] p-2 md:p-4 bg-white/40 backdrop-blur-sm shadow-lg lg:h-[600px] max-w-[1200px] mx-auto">
Expand Down

0 comments on commit fe1005f

Please sign in to comment.