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

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
p, h3 {
font-family: 'Source Sans Pro', sans-serif;;
}
.logo {
img {
height: 2em;
}
}
.copyright {
img {
height: 2em;
}
}
.bg-1 {
// background-size: contain;
background-size: cover;
}
.client-thumb img {
border-radius: 50%;
}
// .hero-area {
// background-color: blue;
// background-color: #000099;
// background-position: center;
// background-repeat: no-repeat;
// // background-size: auto;
// background-size: contain;
// }
.member-meta {
span {
font-size: .8em;
}
}
.social-icon {
img {
height: 75%;
}
}