WIP
This commit is contained in:
35
src/scss/team-member.scss
Normal file
35
src/scss/team-member.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
.team-member-top {
|
||||
background-size: contain;
|
||||
color: $c-white;
|
||||
height: 784px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.team-members {
|
||||
.team-members-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
|
||||
.team-member {
|
||||
border: 1px solid $c-borderGrey;
|
||||
border-radius: 10px;
|
||||
max-width: 593px;
|
||||
padding: 1rem;
|
||||
|
||||
.left {
|
||||
width: calc(33% - 0.5rem);
|
||||
|
||||
a {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user