mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: reduce Get Started section vertical padding
This commit is contained in:
@@ -18,7 +18,7 @@ export function HowItWorks() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<section id="how-it-works" className="bg-background-alt px-6 py-20 md:py-28">
|
<section id="how-it-works" className="bg-background-alt px-6 py-14 md:py-20">
|
||||||
<div className="mx-auto max-w-3xl text-center">
|
<div className="mx-auto max-w-3xl text-center">
|
||||||
<FadeIn>
|
<FadeIn>
|
||||||
<p className="text-sm font-medium text-accent">Get started in seconds</p>
|
<p className="text-sm font-medium text-accent">Get started in seconds</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user