Make date smaller
This commit is contained in:
parent
becd485d4d
commit
275a4d6e19
1 changed files with 4 additions and 0 deletions
|
@ -43,9 +43,13 @@
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
padding-right: 2vw;
|
padding-right: 2vw;
|
||||||
|
padding-top: 2vmin;
|
||||||
|
font-size: 5vmin;
|
||||||
}
|
}
|
||||||
#events tr.today td.status {
|
#events tr.today td.status {
|
||||||
background-color: hsl(35, 98%, 46%);
|
background-color: hsl(35, 98%, 46%);
|
||||||
|
padding-top: 0px;
|
||||||
|
font-size: 7vmin;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
#events td.status.ongoing {
|
#events td.status.ongoing {
|
||||||
|
|
Loading…
Reference in a new issue