Update main.css

This commit is contained in:
Ali 2014-09-13 12:09:53 +04:30
parent d66e046a1c
commit e4da3b6178

View File

@ -510,3 +510,12 @@ a[href="#"].running {
background-color: rgba(255, 255, 255, 0.2);
color: white;
}
.counter {
padding: 10px;
position: fixed;
left: 0px;
bottom: 0px;
}
.counter p {
font-size: 20px;
}