We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481b6b3 commit 246fba6Copy full SHA for 246fba6
src/pages/[locale]/resources.tsx
@@ -115,7 +115,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
115
description={t("page-resources-hero-description")}
116
heroImg={heroImg}
117
/>
118
- <Stack className="gap-4 px-2 py-4 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
+ <Stack className="gap-4 px-2 py-6 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
119
<div className="sticky top-5 flex flex-col items-center gap-3 text-center md:top-6 md:px-2">
120
<div className="my-2 text-body-medium">
121
{t("page-resources-whats-on-this-page")}
0 commit comments