File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
95
95
image = "/images/heroes/guides-hub-hero.jpg"
96
96
/>
97
97
98
- < BannerNotification shouldShow >
98
+ < BannerNotification shouldShow className = "text-center max-md:flex-col" >
99
99
{ t ( "page-resources-banner-notification-message" ) } { " " }
100
100
< Link
101
101
href = { new URL (
@@ -115,11 +115,11 @@ const ResourcesPage = ({ txCostsMedianUsd }) => {
115
115
heroImg = { heroImg }
116
116
/>
117
117
118
- < div className = "sticky top-1 z-sticky my-8 flex flex-col items-center gap-3 py-4 text-center md:top-6 md:px-2" >
118
+ < 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
119
< div className = "my-2 text-body-medium" >
120
120
{ t ( "page-resources-whats-on-this-page" ) }
121
121
</ div >
122
- < nav className = "mx-4 flex max-w-full gap-1 overflow-x-auto bg-background p-2 shadow md:max-w-[calc(100%-2rem)] md:rounded-2xl md:border md:p-0.5 md:shadow-lg" >
122
+ < nav className = "z-sticky mx-4 flex max-w-full gap-1 overflow-x-auto bg-background p-2 shadow md:max-w-[calc(100%-2rem)] md:rounded-2xl md:border md:p-0.5 md:shadow-lg" >
123
123
{ resourceSections . map ( ( { key, title, icon } ) => (
124
124
< ButtonLink
125
125
key = { key }
You can’t perform that action at this time.
0 commit comments