7db1bc641a
rename lib to vendor, remove deprecated LESS version, revise package.json, load jQuery easing through npm, restructure SCSS directory into modules, expanded code commenting and documentation theme-wide
19 lines
326 B
SCSS
19 lines
326 B
SCSS
// Styling for the team section
|
|
.team-member {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
img {
|
|
height: 225px;
|
|
width: 225px;
|
|
border: 7px solid white;
|
|
}
|
|
h4 {
|
|
margin-top: 25px;
|
|
margin-bottom: 0;
|
|
text-transform: none;
|
|
}
|
|
p {
|
|
margin-top: 0;
|
|
}
|
|
}
|