Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
codejeet committed Apr 9, 2021
1 parent 20446c1 commit f547dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/Live.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.timer {
font-size: 4vw;
font-size: min(4vw, 50px);
text-align: center;
line-height: 1.5;
margin-top: min(10%, 100px);
margin-top: min(10%, 24px);
}
.title {
font-size: 5vw;
font-size: min(5vw, 60px);
font-weight: 700;
display: block;
line-height: 41px;
Expand Down

1 comment on commit f547dc2

@vercel
Copy link

@vercel vercel bot commented on f547dc2 Apr 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.