github.com/kardianos/nomad@v0.1.3-0.20151022182107-b13df73ee850/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  }