Full-res clan logo, fix team
Remove profile picture animation and image alt's.
This commit is contained in:
2365
assets/css/style.css
Normal file
2365
assets/css/style.css
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user