Sha256: 4a1ea4aff220c04e52e028433ce991c1a6388791802e08d0fa2f85e5168f4fc7

Contents?: true

Size: 658 Bytes

Versions: 4

Compression:

Stored size: 658 Bytes

Contents

/* ==========================================================================
   Author
   ========================================================================== */
.author {
margin: 0px 50px 50px 0px;
  .author-image {
    width: 100px;
    height: 150px;
    overflow: hidden;
  }

  .author-social {

    float: right;
  }

  .author-name {
    font-family: 'PT Serif', serif;
    margin: 0 0 10px;
    position: relative;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: $primary-text-color;
    font-weight: 700;
  }

  p {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

#author-social {
  float: right;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
domain-jekyll-1.2.0 _sass/domain/_author.scss
domain-jekyll-1.1.0 _sass/domain/_author.scss
domain-jekyll-1.0.4 _sass/domain/_author.scss
domain-jekyll-1.0.3 _sass/domain/_author.scss