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.

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