Sha256: 8c1e21b2846b49a8628b1609741344961c69b3300764484272c60e5fcb352bbd

Contents?: true

Size: 283 Bytes

Versions: 2

Compression:

Stored size: 283 Bytes

Contents

// Styling for the team section
.team-member {
  margin-bottom: 50px;
  text-align: center;
  img {
    width: 225px;
    height: 225px;
    border: 7px solid $white;
  }
  h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
  }
  p {
    margin-top: 0;
  }
}

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
jekyll-theme-voiladt-0.1.0 _sass/_team.scss
jekyll-theme-startbootstrap-agency-0.2.4 _sass/_team.scss