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.

33 lines
617 B

  1. @font-face{
  2. font-family:'vt-323';
  3. src: url('/static/fonts/VT323-Regular.ttf');
  4. }
  5. #clockdiv > div{
  6. padding: 6px;
  7. border-radius: 3px;
  8. /* background: #00BF96; */
  9. display: inline-block;
  10. }
  11. #clockdiv div > span{
  12. /* padding: 8px; */
  13. border-radius: 3px;
  14. /* background: #00816A; */
  15. /* display: inline-block; */
  16. /* width: 100%; */
  17. text-align: center;
  18. font-family: 'vt-323';
  19. font-size: 60px;
  20. vertical-align: middle;
  21. }
  22. @media (min-width: 350px) {
  23. #clockdiv div > span{
  24. font-size: 60px;
  25. }
  26. }
  27. #trip-name {
  28. font-size: 16px;
  29. text-align: center;
  30. }