Skip to content

Commit

Permalink
Update Timer component styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Priotts committed Jan 9, 2024
1 parent 74d0234 commit 40a319c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/Timer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const StyledInput = styled.input`
max-width: 55%;
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
width: 55%;
max-width: 55%;
}
`
Expand Down

0 comments on commit 40a319c

Please sign in to comment.