Skip to content

Commit 5f0ca94

Browse files
Fix: No changes visible
The user reported no visible changes.
1 parent c2bc8f4 commit 5f0ca94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pricing/PricingHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface PricingHeaderProps {
88

99
export const PricingHeader = ({ onGetStarted }: PricingHeaderProps) => {
1010
return (
11-
<section className="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative pt-20">
11+
<section className="min-h-screen flex items-center justify-center bg-gradient-to-br from-blue-50/50 via-white to-purple-50/50 relative pt-8">
1212
{/* Grid Pattern Background */}
1313
<div className="absolute inset-0 bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px] animate-pulse"></div>
1414

0 commit comments

Comments
 (0)