Skip to content

Commit

Permalink
Alignement
Browse files Browse the repository at this point in the history
  • Loading branch information
laem committed Apr 9, 2023
1 parent a3a35ee commit 65e8170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions web/CyclableScoreVignette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ export default ({ data }) => {
css={`
text-align: center;
margin-left: 2rem;
@media (min-width: 800px) {
font-size: 260%;
margin-left: 2rem;
margin-left: 4rem;
}
display: flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions web/ScoreLegend.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default ({ scores }) => (
css={`
width: 100%;
position: relative;
margin-top: 2rem;
`}
>
{scores.map(([ville, { score }]) => (
Expand Down

1 comment on commit 65e8170

@vercel
Copy link

@vercel vercel bot commented on 65e8170 Apr 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.