Skip to content

Commit

Permalink
Merge pull request #14033 from ethereum/eth-price-card
Browse files Browse the repository at this point in the history
fix: price card arrangement
  • Loading branch information
corwintines authored Oct 4, 2024
2 parents 696c104 + 340c188 commit 8725646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/EthPriceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const EthPriceCard = ({
</div>

{/* min-h-[33px] prevents jump when price loads */}
<Flex className="min-h-[33px] w-full items-center justify-center">
<Flex className="mt-2 min-h-[33px] w-full flex-col-reverse items-center justify-center sm:flex-row">
<div
className={cn(
"me-4 text-2xl leading-xs",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/get-eth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const GetEthPage = ({
alt={t("page-get-eth-hero-image-alt")}
priority
/>
<div className="mx-8 mb-8 mt-8 flex flex-col items-center text-center lg:mx-0 lg:mb-0 lg:mt-24">
<div className="my-8 flex flex-col items-center text-center lg:mx-0 lg:mb-0 lg:mt-24">
<h1 className="my-8 text-4xl leading-6 md:text-5xl">
{t("page-get-eth-where-to-buy-title")}
</h1>
Expand Down

0 comments on commit 8725646

Please sign in to comment.