Skip to content

Commit e95c618

Browse files
refactor(resources): remove padding and margin from sub nav section
1 parent 48139e7 commit e95c618

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
@@ -116,7 +116,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
116116
heroImg={heroImg}
117117
/>
118118
<Stack className="gap-4 px-2 py-4 md:gap-8 md:px-4 lg:px-8 xl:gap-11">
119-
<div className="sticky top-1 my-8 flex flex-col items-center gap-3 py-4 text-center md:top-6 md:px-2">
119+
<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")}
122122
</div>

0 commit comments

Comments
 (0)