Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
improve mobile layout
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Apr 5, 2022
1 parent bc169eb commit bde9e9d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Page = () => {
<section>
<Container>
<Row justifyContent="center" alignItems="middle" className="fr-pb-8w">
<div className="fr-col-12 fr-col-md-6">
<div className="fr-col-12 fr-col-md-6 fr-pt-4w">
<h1>
MonPsy&nbsp;
<span className="fr-text--lead d-block fr-mt-3w">
Expand Down Expand Up @@ -174,7 +174,7 @@ const Page = () => {
<img
src="/images/logo-3114.svg"
alt="Logo 3114"
height="80"
height="70"
/>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/medecins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Page = () => {
<div className="fr-col-12 fr-col-lg-5">
<img
src="/images/doctor.svg"
height="380"
height="360"
alt="Je suis médecin illustration"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/patients.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Page = () => {
<div className="fr-col-12 fr-col-lg-4">
<img
src="/images/patient.svg"
height="380"
height="360"
alt="Je ne me sens pas bien illustration"
/>
{video === "hide" && (
Expand Down
2 changes: 1 addition & 1 deletion src/pages/psychologues.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Page = () => {
<div className="fr-col-12 fr-col-lg-5">
<img
src="/images/psy.svg"
height="380"
height="360"
alt="Je suis psychologue illustration"
/>
</div>
Expand Down

0 comments on commit bde9e9d

Please sign in to comment.