hide clock hundredths in col1

since clock is right-aligned, huns shift it left on every move
This commit is contained in:
Thibault Duplessis 2019-05-08 17:33:09 +07:00
parent 47c3ffa933
commit cfd36365d5

View file

@ -112,6 +112,9 @@
}
huns {
font-size: 80%;
@include breakpoint($mq-col1) {
display: none; /* since clock is right-aligned, huns shift it left on every move */
}
}
sep {
opacity: 0.5;