Skip to content

Commit 2270c3f

Browse files
committed
Hide events remaining text by default
1 parent 07fa551 commit 2270c3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/public/css/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,12 @@ header{
8383
float:right;
8484
margin-right: 5%;
8585
margin-top: 30px;
86+
visibility: hidden;
8687
}
8788

8889
.events-remaining-text, .events-remaining-value{
8990
font-size: 0.8em;
90-
visibility: visible;
91+
visibility: hidden;
9192
}
9293

9394

0 commit comments

Comments
 (0)