Skip to content

Commit

Permalink
Merge pull request #3381 from dfinity/reverse-gas
Browse files Browse the repository at this point in the history
fix hero img on reverse gas page
  • Loading branch information
reigj1 authored Aug 20, 2024
2 parents 9d72d4c + 4da1b77 commit faca60f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/capabilities/reverse-gas.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function ReverseGasModelPage(): JSX.Element {
>
A browser is all you need to interact with smart contracts on
the Internet Computer. Developers pay for gas. End users access
and use dapps without tokens.
and use dapps without tokens.
</motion.p>
</div>
</AnimateSpawn>
Expand All @@ -61,7 +61,7 @@ function ReverseGasModelPage(): JSX.Element {
variants={transitions.container}
className="container-12 relative -mt-36 md:mt-0 md:h-0 pointer-events-none"
>
<div className="text-center md:text-right aspect-[2/1] relative md:-translate-y-1/2">
<div className="text-center md:text-right aspect-[2/1] relative md:-translate-y-1/2 md:translate-x-1/3">
<motion.img
variants={transitions.fadeIn}
src="/img/features/reverse-gas-model.webp"
Expand Down

0 comments on commit faca60f

Please sign in to comment.