Make date smaller

This commit is contained in:
Henri Bergius 2017-12-01 16:46:50 +01:00
parent becd485d4d
commit 275a4d6e19

View file

@ -43,9 +43,13 @@
text-transform: lowercase;
white-space: nowrap;
padding-right: 2vw;
padding-top: 2vmin;
font-size: 5vmin;
}
#events tr.today td.status {
background-color: hsl(35, 98%, 46%);
padding-top: 0px;
font-size: 7vmin;
color: #000;
}
#events td.status.ongoing {