github.com/turtlemonvh/terraform@v0.6.9-0.20151204001754-8e40b6b855e8/website/source/assets/stylesheets/_community.scss (about)

     1  .people {
     2      margin-top: 30px;
     3  
     4      .person {
     5          margin-bottom: 40px;
     6  
     7          h3 {
     8              text-transform: none;
     9          }
    10  
    11          img {
    12              width: 125px;
    13              margin: auto auto;
    14          }
    15  
    16          .bio {
    17              padding-left: 150px;
    18          }
    19      }
    20  }