21 lines
283 B
SCSS
21 lines
283 B
SCSS
|
.people {
|
||
|
margin-top: 30px;
|
||
|
|
||
|
.person {
|
||
|
margin-bottom: 40px;
|
||
|
|
||
|
h3 {
|
||
|
text-transform: none;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 125px;
|
||
|
margin: auto auto;
|
||
|
}
|
||
|
|
||
|
.bio {
|
||
|
padding-left: 150px;
|
||
|
}
|
||
|
}
|
||
|
}
|