Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/hero-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function HeroSection() {
<BlurCircle className="w-60 h-60 -top-24 right-0 md:w-96 md:h-96 md:-top-44 md:right-[170px] bg-[#fedfcc]" />

<div className="container mx-auto px-4 py-12 md:py-16 relative z-10">
<div className="max-w-4xl mx-auto flex flex-col items-center text-center gap-6 md:gap-7 lg:gap-8">
<div className="max-w-4xl mx-auto flex flex-col items-center text-left gap-6 md:gap-7 lg:gap-8">
<h1 className="text-3xl md:text-5xl lg:text-[64px] font-semibold tracking-[-1.92px] leading-tight lg:leading-[68px] bg-clip-text text-transparent bg-gradient-to-b from-black to-gray-700">
The IDE for everyone else
</h1>
Expand Down