You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

34 lines
617 B

@font-face{
font-family:'vt-323';
src: url('/static/fonts/VT323-Regular.ttf');
}
#clockdiv > div{
padding: 6px;
border-radius: 3px;
/* background: #00BF96; */
display: inline-block;
}
#clockdiv div > span{
/* padding: 8px; */
border-radius: 3px;
/* background: #00816A; */
/* display: inline-block; */
/* width: 100%; */
text-align: center;
font-family: 'vt-323';
font-size: 60px;
vertical-align: middle;
}
@media (min-width: 350px) {
#clockdiv div > span{
font-size: 60px;
}
}
#trip-name {
font-size: 16px;
text-align: center;
}