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.

32 lines
393 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. .member-meta {
  23. span {
  24. font-size: .8em;
  25. }
  26. }