demo.css 906 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @media (min-width: 992px) {
  2. .typo-line {
  3. padding-left: 140px;
  4. margin-bottom: 40px;
  5. position: relative;
  6. }
  7. .typo-line .category {
  8. transform: translateY(-50%);
  9. top: 50%;
  10. left: 0px;
  11. position: absolute;
  12. }
  13. }
  14. #map {
  15. position: relative;
  16. width: 100%;
  17. height: calc(100% - 60px);
  18. margin-top: 70px;
  19. }
  20. .places-buttons .btn {
  21. margin-bottom: 30px
  22. }
  23. .space-70 {
  24. height: 70px;
  25. display: block;
  26. }
  27. .tim-row {
  28. margin-bottom: 20px;
  29. }
  30. .tim-typo {
  31. padding-left: 25%;
  32. margin-bottom: 40px;
  33. position: relative;
  34. }
  35. .tim-typo .tim-note {
  36. bottom: 10px;
  37. color: #c0c1c2;
  38. display: block;
  39. font-weight: 400;
  40. font-size: 13px;
  41. line-height: 13px;
  42. left: 0;
  43. margin-left: 20px;
  44. position: absolute;
  45. width: 260px;
  46. }
  47. .tim-row {
  48. padding-top: 50px;
  49. }
  50. .tim-row h3 {
  51. margin-top: 0;
  52. }