
I'm trying to make the stationclock bigger on the standby screen.
all I manage to do now is center the clock within the screen but i'm unable to make the clock bigger.
this is what i tried:
.standby .stationclock {
display: flex !important;
justify-content: center !important;
align-items: center !important;
height: 800px !important; }
it seems that the container in which the clock exists is getting bigger but not the clock itself.
am I forgetting something behind the .stationclock?
thnx again!