github.com/dougneal/terraform@v0.6.15-0.20170330092735-b6a3840768a4/website/source/assets/stylesheets/_community.scss (about) 1 .people { 2 margin-top: 30px; 3 4 .person { 5 margin-bottom: 40px; 6 min-height: 165px; // enough space for five lines of bio text 7 8 h3 { 9 text-transform: none; 10 } 11 12 img { 13 width: 125px; 14 margin: auto auto; 15 } 16 17 .bio { 18 padding-left: 150px; 19 } 20 } 21 }