Skip to content

Commit

Permalink
Merge pull request #2266 from dfinity/akos/home-page-v2-bugfix-2
Browse files Browse the repository at this point in the history
  • Loading branch information
artkorotkikh-dfinity authored Dec 8, 2023
2 parents b257d4c + 8f9a85e commit 17af196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/LandingPage/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Hero: React.FC<{

<ParticleAnimation />

<div className="pt-40 pb-8 md:pt-52 md:pb-30 md:grid relative mt-[-72px] md:mt-[-111px]">
<div className="pt-[152px] pb-8 md:pt-52 md:pb-30 md:grid relative mt-[-72px] md:mt-[-111px]">
<div className="container-10 col-start-1 row-start-1 w-full">
<div className="md:w-7/10 lg:w-8/10">
<h1
Expand Down
2 changes: 1 addition & 1 deletion src/components/LandingPage/Hero/Stats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const EthEquivalentTxRate = () => {
variants={transitions.fadeIn}
>
<figure className="m-0 flex gap-3 justify-center md:block">
<div className="mb-2 md:mb-0 inline-grid relative left-1 md:static md:inline">
<div className="inline-grid relative left-1 md:static md:inline">
{updateTxRate.isFetched && updateTxRate.isSuccess ? (
<>
<SpringCounter
Expand Down

0 comments on commit 17af196

Please sign in to comment.