Skip to content

Commit

Permalink
Fix: Wrong alignement of table on page "Commune"
Browse files Browse the repository at this point in the history
  • Loading branch information
nkokla committed Jan 14, 2025
1 parent f8821cb commit 204af3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/commune/[codeCommune]/page.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,13 @@ export const StyledCommunePage = styled.div<{ $certificationPercentage: number }
}
.fr-table {
align-self: auto;
}
@media screen and (min-width: ${({ theme }) => theme.breakpoints.lg}) {
.fr-table {
align-self: center;
}
}
}
Expand Down

0 comments on commit 204af3f

Please sign in to comment.