Skip to content

Commit

Permalink
Deadline height hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 2, 2020
1 parent bb21200 commit 9955121
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
margin: 0 1rem;
margin-bottom: 1rem;
width: 10rem;
height: 9rem;
overflow-x: hidden;
}

.deadlineWrapper > .deadlineContainer {
height: 9rem;
}

.countdownText {
text-align: center;
color: white;
Expand Down

0 comments on commit 9955121

Please sign in to comment.