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.

86 lines
1.1 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. .social-icon {
  47. img {
  48. height: 75%;
  49. }
  50. }
  51. .team-member {
  52. margin-bottom: 50px;
  53. }
  54. .title {
  55. padding-bottom: 30px;
  56. }
  57. #clan-logo {
  58. // min-height: 50vh;
  59. max-height: 300px;
  60. // min-width: 100%;
  61. // min-height: 100%;
  62. // max-height: 100%;
  63. // width: auto;
  64. // height: auto;
  65. }
  66. #counter {
  67. background-position: center;
  68. background-repeat: no-repeat;
  69. // background-size: auto;
  70. // background-size: contain;
  71. }