Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine layout and wording on page #63

Merged
merged 10 commits into from
Jan 7, 2025
Prev Previous commit
decrease spacing inbetween how do batches work section and cta
phipsae committed Jan 7, 2025
commit 61c7ab8bd00d239f0bab5127213b976254f514bd
2 changes: 1 addition & 1 deletion packages/nextjs/pages/batches/index.tsx
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@ const Batches = ({ batchData, openBatchNumber, openBatchStartDate }: PageProps)
</div>

{/* CTA and the batch table */}
<div className="bg-[#EDEFFF] pt-16 lg:pt-24 pb-16">
<div className="bg-[#EDEFFF] pt-16 lg:pt-8 pb-16">
<div className="container max-w-[90%] lg:max-w-6xl mx-auto px-4 lg:px-12">
{/* Next Batch CTA */}
Pabl0cks marked this conversation as resolved.
Show resolved Hide resolved
<BatchCta openBatchNumber={openBatchNumber} openBatchStartDate={openBatchStartDate} />