Skip to content

Commit

Permalink
fix stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Sep 29, 2024
1 parent 86eb6e1 commit 1bc855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/LeagueStage/Schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const Root = styled.div`
const CalendarContainer = styled.div`
display: grid;
gap: 16px;
grid-template-columns: repeat(4, 1fr);
align-items: self-start;
grid-template-columns: repeat(4, 1fr);
width: fit-content;
@container (max-width: 1000px) {
Expand Down

0 comments on commit 1bc855b

Please sign in to comment.