Skip to content

Commit

Permalink
feat: better milestones layout on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Jun 20, 2024
1 parent 8c10630 commit 77890be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/TimeMilestones/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export const title = css`
@media ${beforeSmall} {
font-size: 3.2rem;
text-align: center;
margin: 0 0 1.6rem;
}
`

Expand All @@ -31,5 +33,6 @@ export const items = css`
@media ${beforeSmall} {
justify-content: center;
grid-gap: 1.6rem;
}
`

0 comments on commit 77890be

Please sign in to comment.