mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-07 04:04:19 +01:00
46 lines
672 B
Plaintext
46 lines
672 B
Plaintext
.team {
|
|
text-align: center;
|
|
|
|
.intro {
|
|
margin-bottom: 60px;
|
|
text-align: left;
|
|
}
|
|
|
|
p {
|
|
margin:0;
|
|
}
|
|
&.tour-page {
|
|
padding: 70px 0;
|
|
background-color: @greyBg;
|
|
}
|
|
@media screen and (max-width: @tabletWidth) {
|
|
.intro {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
//
|
|
// Component: Team Member
|
|
//
|
|
.team-member {
|
|
&:extend(.text-center);
|
|
h1 {
|
|
.teamName;
|
|
margin-top: 20px;
|
|
margin-bottom:0;
|
|
}
|
|
h2 {
|
|
.copyText;
|
|
margin-top:2px;
|
|
}
|
|
}
|
|
|
|
.team-member__image {
|
|
border-radius: 50%;
|
|
max-width: 200px;
|
|
margin: auto;
|
|
display: block;
|
|
}
|