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 48139e7 commit e95c618Copy full SHA for e95c618
src/pages/[locale]/resources.tsx
@@ -116,7 +116,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
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">
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">
+ <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")}
122
</div>
0 commit comments