Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
codejeet committed Apr 9, 2021
1 parent 83cd368 commit 6b40f42
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles/Live.module.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.timer {
font-size: 63px;
font-size: 4vw;
text-align: center;
line-height: 1.5;
margin-top: min(10%, 100px);
}
.title {
font-size: 40px;
font-size: 5vw;
font-weight: 700;
display: block;
line-height: 41px;
Expand All @@ -14,7 +15,7 @@
align-items: flex-start;
flex-wrap: wrap;
margin: 0;
margin-top: 5%;
margin-top: min(5%, 24px);
padding: 24px;
border: 3px solid rgb(32, 32, 32);
border-radius: 10px;
Expand All @@ -40,7 +41,7 @@
.schedule {
border: 3px solid rgb(32, 32, 32);
border-radius: 10px;
margin: 5% 0;
margin: min(5%, 24px) 0;
min-height: 100vh;
}
.resource {
Expand Down

1 comment on commit 6b40f42

@vercel
Copy link

@vercel vercel bot commented on 6b40f42 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.