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.

118 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. .req-section-title {
  47. font-size: 1.25em;
  48. color: white;
  49. }
  50. // .slick-dots {
  51. // li {
  52. // button {
  53. // border-radius: 100%;
  54. // padding: 5px;
  55. // background-color: white;
  56. // text-indent: 100vw;
  57. // $button-size: 2px;
  58. // height: $button-size;
  59. // width: $button-size;
  60. // // &:focus {
  61. // // background-color: red;
  62. // // }
  63. // }
  64. // .slick-active button {
  65. // background-color: red;
  66. // }
  67. // }
  68. // }
  69. .social-icon {
  70. img {
  71. height: 75%;
  72. }
  73. }
  74. .team-member {
  75. margin-bottom: 50px;
  76. }
  77. .title {
  78. padding-bottom: 30px;
  79. }
  80. #clan-logo {
  81. // min-height: 50vh;
  82. max-height: 300px;
  83. // min-width: 100%;
  84. // min-height: 100%;
  85. // max-height: 100%;
  86. // width: auto;
  87. // height: auto;
  88. }
  89. #counter {
  90. background-position: center;
  91. background-repeat: no-repeat;
  92. // background-size: auto;
  93. // background-size: contain;
  94. }
  95. #testimonials {
  96. max-width: 75vw;
  97. }