Skip to content

Commit

Permalink
update explode message
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Catinaud Taris committed Apr 25, 2024
1 parent ea91419 commit 5a632ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const HomePage = () => {
return (
<>
<IntroBlock
title="Le saumon que vous
title="Le saumon que vous
mangez, vendez, produisez..."
image="/images/salmon.svg"
/>
Expand Down Expand Up @@ -63,7 +63,7 @@ const ExplodeSection = () => {
return (
<section className="flex items-center justify-center p-6 lg:p-12 lg:pt-24 lg:pb-48 2xl:py-24 text-red1 bg-darkblue1 min-h-screen">
<div className="relative">
<p className="mb-6 md:mb-12 mx-auto text-xl lg:absolute 2xl:left-[600px] 2xl:bottom-[260px] lg:max-w-96 text-center text-white">
<p className="mb-6 md:mb-12 mx-auto text-xl lg:absolute lg:left-[310px] lg:bottom-[100px] 2xl:left-[600px] 2xl:bottom-[200px] lg:max-w-96 text-center text-white">
L’industrie du saumon est une bombe écologique et sociale
</p>
<ul
Expand Down

0 comments on commit 5a632ae

Please sign in to comment.