Add Counter #5

Closed
amovah wants to merge 14 commits from master into master
Showing only changes of commit cdb2e24630 - Show all commits

View File

@ -192,11 +192,12 @@ a[href="#"].running {
color: white;
}
.counter {
padding: 10px;
padding: 1rem;
position: fixed;
left: 0px;
bottom: 0px;
left: 0rem;
bottom: 0rem;
}
.counter p {
font-size: 20px;
font-size: 2rem;
}