Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
27 lines
363 B
SCSS
27 lines
363 B
SCSS
.sectionTitle {
|
|
flex: 0 0 100%;
|
|
text-align: center;
|
|
padding-bottom: 20px;
|
|
font-size: 2em;
|
|
}
|
|
|
|
.member {
|
|
width: 33%;
|
|
min-width: 250px;
|
|
padding-bottom: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.member img {
|
|
padding-bottom: 15px;
|
|
}
|
|
|
|
.member p {
|
|
font-family: 'opensans-bold', sans-serif;
|
|
}
|
|
|
|
.teamContainer {
|
|
padding: 50px 0 0 0;
|
|
justify-content: center;
|
|
}
|