Directory
.view-content{
display: flex;
flex-flow: row;
flex-wrap: wrap;
align-items: flex-end;
flex-direction: row;
justify-content: center;
}
.email-box a{
word-break: break-all;
}
.
h4.staff-name{
margin-bottom: 0;
}
.staff-image img{ width: 100%;}
@media screen and (max-width: 1370px) {
h4.staff-name{
font-size:22px;
}
}
p.staff-position{
font-size:15px;
margin-bottom: 10px;
}
.email-box a{
font-size:12px;
}
}
a.email-link{
text-decoration:none;
}
.email-box{
background: #A99A6F;
padding: 10px;
border: 1px solid #A99A6F;
transition: all .2s;
}
.email-box