File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const EthPriceCard = ({
131
131
</ div >
132
132
133
133
{ /* min-h-[33px] prevents jump when price loads */ }
134
- < Flex className = "min-h-[33px] w-full items-center justify-center" >
134
+ < Flex className = "mt-2 min-h-[33px] w-full flex-col-reverse items-center justify-center sm:flex-row " >
135
135
< div
136
136
className = { cn (
137
137
"me-4 text-2xl leading-xs" ,
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const GetEthPage = ({
166
166
alt = { t ( "page-get-eth-hero-image-alt" ) }
167
167
priority
168
168
/>
169
- < div className = "mx-8 mb-8 mt -8 flex flex-col items-center text-center lg:mx-0 lg:mb-0 lg:mt-24" >
169
+ < div className = "my -8 flex flex-col items-center text-center lg:mx-0 lg:mb-0 lg:mt-24" >
170
170
< h1 className = "my-8 text-4xl leading-6 md:text-5xl" >
171
171
{ t ( "page-get-eth-where-to-buy-title" ) }
172
172
</ h1 >
You can’t perform that action at this time.
0 commit comments