Skip to content

Commit 246fba6

Browse files
refactor(resource): increase vertical padding for main content wrapper
1 parent 481b6b3 commit 246fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/[locale]/resources.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
115115
description={t("page-resources-hero-description")}
116116
heroImg={heroImg}
117117
/>
118-
<Stack className="gap-4 px-2 py-4 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
118+
<Stack className="gap-4 px-2 py-6 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
119119
<div className="sticky top-5 flex flex-col items-center gap-3 text-center md:top-6 md:px-2">
120120
<div className="my-2 text-body-medium">
121121
{t("page-resources-whats-on-this-page")}

0 commit comments

Comments
 (0)