Skip to content

Commit

Permalink
Merge pull request #253 from betagouv/bugfix-largeur-carte-eligibilite
Browse files Browse the repository at this point in the history
Largeur des cartes sur l'éligibilité
  • Loading branch information
morganmerzouk authored Oct 23, 2024
2 parents 161030a + 2516f70 commit 331eb20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/Eligibility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ export default function Eligibility({
> div:nth-child(3) {
width: 45%;
}
> div:nth-child(2) {
width: 10%;
}
@media (max-width: 700px) {
flex-wrap: wrap;
flex-direction: column;
Expand Down

0 comments on commit 331eb20

Please sign in to comment.