github.com/ratanraj/packer@v1.3.2/website/source/assets/stylesheets/_community.scss (about)

     1  #inner {
     2    .people {
     3      margin-top: 30px;
     4  
     5      .person {
     6        &:after {
     7          display: block;
     8          clear: both;
     9          content: ' ';
    10        }
    11  
    12        img {
    13          width: 125px;
    14          margin: auto auto;
    15        }
    16  
    17        .bio {
    18          padding-left: 150px;
    19        }
    20      }
    21    }
    22  }