Skip to content

Commit

Permalink
Update styles for round robin matches
Browse files Browse the repository at this point in the history
  • Loading branch information
Techno11 committed Sep 28, 2024
1 parent 4e788ea commit 24b075b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const TeamContainer = styled.div`
font-size: 3vh;
gap: 0.5em;
padding: 0 0.5em;
line-height: 0.5;
`;

const TeamText = styled.div`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const TimerContainer = styled.div`

const ScoreRow = muiStyled.styled(Stack)(() => ({
marginTop: '-0.8rem !important',
height: '19vh',
height: '20vh',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
Expand Down

0 comments on commit 24b075b

Please sign in to comment.