github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/assets/stylesheets/_community.scss (about) 1 .people { 2 margin-top: 30px; 3 4 .person { 5 margin-bottom: 40px; 6 7 h3 { 8 color: $blue-dark; 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 }