Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
YoannNumericite committed Jun 30, 2023
1 parent ded75c9 commit 8d40ab1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
## [1.2.4](https://github.com/SocialGouv/nata-site/compare/v1.2.3...v1.2.4) (2023-06-30)


### Bug Fixes

* fix responsive, test middleware config ([17c766f](https://github.com/SocialGouv/nata-site/commit/17c766fad38abf123624c3e05f932859dcad31d1))
- fix responsive, test middleware config ([17c766f](https://github.com/SocialGouv/nata-site/commit/17c766fad38abf123624c3e05f932859dcad31d1))

## [1.2.3](https://github.com/SocialGouv/nata-site/compare/v1.2.2...v1.2.3) (2023-06-29)


### Bug Fixes

* prettier ([35a0902](https://github.com/SocialGouv/nata-site/commit/35a0902a3a2311b769bbd15c50e22cea9532010b))
- prettier ([35a0902](https://github.com/SocialGouv/nata-site/commit/35a0902a3a2311b769bbd15c50e22cea9532010b))

## [1.2.2](https://github.com/SocialGouv/nata-site/compare/v1.2.1...v1.2.2) (2023-06-29)

Expand Down
6 changes: 4 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,12 @@ export default function Home() {
géolocalisation
</li>
</ul>
<div className="relative"
<div
className="relative"
style={{
textAlign: "center",
}}>
}}
>
<Image src={phoneScreenPic5} alt="pof" width={266} height={557} />
</div>
</div>
Expand Down
7 changes: 3 additions & 4 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ ul.tiles li .fr-callout {
}

.container-image > img {
max-width: 100%;
height: auto;
max-width: 100%;
height: auto;
}

.relative {
Expand All @@ -111,8 +111,7 @@ ul.tiles li .fr-callout {
grid-gap: 2%;
}

@media (max-width: 768px) {

@media (max-width: 768px) {
.download-links {
flex-direction: column;
}
Expand Down

0 comments on commit 8d40ab1

Please sign in to comment.