Site for my Call of Duty: Mobile clan. http://codm.ataraxy.tk
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.

113 lines
1.6 KiB

  1. @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
  2. p, h3, h4 {
  3. font-family: 'Source Sans Pro', sans-serif;
  4. }
  5. .bg-1 {
  6. // background-size: contain;
  7. background-size: cover;
  8. }
  9. .block {
  10. margin-bottom: 60px;
  11. }
  12. .about {
  13. .block {
  14. margin-bottom: 50px;
  15. }
  16. }
  17. .client-thumb img {
  18. border-radius: 50%;
  19. }
  20. .copyright {
  21. img {
  22. height: 2em;
  23. }
  24. }
  25. .counters-item {
  26. margin-bottom: 2em;
  27. }
  28. // .hero-area {
  29. // background-color: blue;
  30. // background-color: #000099;
  31. // background-position: center;
  32. // background-repeat: no-repeat;
  33. // // background-size: auto;
  34. // background-size: contain;
  35. // }
  36. .logo {
  37. img {
  38. height: 2em;
  39. }
  40. }
  41. .member-meta {
  42. span {
  43. font-size: .8em;
  44. }
  45. }
  46. // .slick-dots {
  47. // li {
  48. // button {
  49. // border-radius: 100%;
  50. // padding: 5px;
  51. // background-color: white;
  52. // text-indent: 100vw;
  53. // $button-size: 2px;
  54. // height: $button-size;
  55. // width: $button-size;
  56. // // &:focus {
  57. // // background-color: red;
  58. // // }
  59. // }
  60. // .slick-active button {
  61. // background-color: red;
  62. // }
  63. // }
  64. // }
  65. .social-icon {
  66. img {
  67. height: 75%;
  68. }
  69. }
  70. .team-member {
  71. margin-bottom: 50px;
  72. }
  73. .title {
  74. padding-bottom: 30px;
  75. }
  76. #clan-logo {
  77. // min-height: 50vh;
  78. max-height: 300px;
  79. // min-width: 100%;
  80. // min-height: 100%;
  81. // max-height: 100%;
  82. // width: auto;
  83. // height: auto;
  84. }
  85. #counter {
  86. background-position: center;
  87. background-repeat: no-repeat;
  88. // background-size: auto;
  89. // background-size: contain;
  90. }
  91. #testimonials {
  92. max-width: 75vw;
  93. }