Skip to content

Commit

Permalink
fix info overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miermontoto committed Sep 7, 2023
1 parent ae87771 commit a92f9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Timer.scss
Expand Up @@ -35,8 +35,8 @@ div {
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 25em;
margin-right: 25em;
margin-left: 25%;
margin-right: 25%;
}

.info-left {
Expand Down

0 comments on commit a92f9e8

Please sign in to comment.