Skip to content

Commit

Permalink
css fixes and enhancements
Browse files Browse the repository at this point in the history
make margins smaller and fonts larger
  • Loading branch information
miermontoto committed Sep 9, 2023
1 parent 4514d3d commit 1a8304c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Timer.scss
Expand Up @@ -10,11 +10,11 @@
flex-direction: row;

span {
font-size: min(10vw, 5em);
font-size: min(14vw, 5em);
}

#icon {
margin-right: 0.5em;
margin-right: 0.3em;
aspect-ratio: 1;
}

Expand All @@ -33,7 +33,10 @@
}

div {
margin: 1em;
margin-left: min(1vw, 1em);
margin-right: min(1vw, 1em);
margin-top: 1em;
margin-bottom: 1em;
}

#info {
Expand Down

0 comments on commit 1a8304c

Please sign in to comment.