communities-block.scss 541 Bytes
.communities-block {
  .community-block {
    width: 50%;
    float: left;
    text-align: center;
    .community-name {
      height: 2.8em;
      line-height: 16px;
      text-align: center;
    }
    .profile {
      margin: 3%;
      display: inline-block;
      width: 44%;
      text-align: center;
      img, i.profile-image {
        width: 60px;
      }
      img {
        display: inline-block;
        vertical-align: top;
      }
      i.profile-image {
        text-align: center;
        font-size: 4.5em;
      }
    }
  }
}