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.

47 lines
654 B

  1. @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
  2. p, h3 {
  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. .client-thumb img {
  20. border-radius: 50%;
  21. }
  22. // .hero-area {
  23. // background-color: blue;
  24. // background-color: #000099;
  25. // background-position: center;
  26. // background-repeat: no-repeat;
  27. // // background-size: auto;
  28. // background-size: contain;
  29. // }
  30. .member-meta {
  31. span {
  32. font-size: .8em;
  33. }
  34. }
  35. .social-icon {
  36. img {
  37. height: 75%;
  38. }
  39. }