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.

60 lines
770 B

  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. .logo {
  6. img {
  7. height: 2em;
  8. }
  9. }
  10. .copyright {
  11. img {
  12. height: 2em;
  13. }
  14. }
  15. .bg-1 {
  16. // background-size: contain;
  17. background-size: cover;
  18. }
  19. .block {
  20. margin-bottom: 60px;
  21. }
  22. .client-thumb img {
  23. border-radius: 50%;
  24. }
  25. // .hero-area {
  26. // background-color: blue;
  27. // background-color: #000099;
  28. // background-position: center;
  29. // background-repeat: no-repeat;
  30. // // background-size: auto;
  31. // background-size: contain;
  32. // }
  33. .member-meta {
  34. span {
  35. font-size: .8em;
  36. }
  37. }
  38. .social-icon {
  39. img {
  40. height: 75%;
  41. }
  42. }
  43. .team-member {
  44. margin-bottom: 50px;
  45. }
  46. .title {
  47. padding-bottom: 30px;
  48. }