mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-19 21:04:33 +08:00
fix(landing-page): remove duplicate padding in pricing page
This commit is contained in:
parent
fcbfbb08b8
commit
1ef77541fc
@ -51,7 +51,7 @@ function RouteComponent() {
|
||||
|
||||
return (
|
||||
<ContentPageWrapper>
|
||||
<div className="flex flex-col items-center w-full px-4 gap-24">
|
||||
<div className="flex flex-col items-center w-full gap-24">
|
||||
<div className="flex flex-col max-w-7xl w-full gap-12 md:gap-20">
|
||||
<PricingHeading />
|
||||
<div className="flex flex-col gap-8 items-center w-full">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user