Full-res clan logo, fix team

Remove profile picture animation and image alt's.
This commit is contained in:
2019-12-12 13:26:51 -05:00
parent d0573ead62
commit ee90340600
8 changed files with 2406 additions and 15 deletions

View File

@@ -4,18 +4,6 @@ p, h3, h4 {
font-family: 'Source Sans Pro', sans-serif;
}
.logo {
img {
height: 2em;
}
}
.copyright {
img {
height: 2em;
}
}
.bg-1 {
// background-size: contain;
background-size: cover;
@@ -25,10 +13,26 @@ p, h3, h4 {
margin-bottom: 60px;
}
.about {
.block {
margin-bottom: 50px;
}
}
.client-thumb img {
border-radius: 50%;
}
.copyright {
img {
height: 2em;
}
}
.counters-item {
margin-bottom: 2em;
}
// .hero-area {
// background-color: blue;
// background-color: #000099;
@@ -38,6 +42,12 @@ p, h3, h4 {
// background-size: contain;
// }
.logo {
img {
height: 2em;
}
}
.member-meta {
span {
font-size: .8em;
@@ -58,3 +68,12 @@ p, h3, h4 {
padding-bottom: 30px;
}
#clan-logo {
// min-height: 50vh;
max-height: 300px;
// min-width: 100%;
// min-height: 100%;
// max-height: 100%;
// width: auto;
// height: auto;
}