Sha256: 59bb6dc948472a5b34cdcd9b05a28125e4a9275c6ae5b02c12abd55fdfd17bd2

Contents?: true

Size: 539 Bytes

Versions: 5

Compression:

Stored size: 539 Bytes

Contents

.sidebar-social {
  margin-bottom: .5rem;

  &::after {
    @extend .clearfix
  }

  > ul {
    list-style: none;
    padding-left: 0;
    margin: 0 -.25rem;

    > li {
      float: left;
      margin: 0 .25rem;

      > a {
        display: inline-block;
        text-align: center;
        font-size: 1.6rem;
        line-height: 3rem;
        width: 3.1249rem;
        height: 4rem;
        padding: .5rem 0;

        // &::after {
        //   display: none;
        // }
      }
    }

    li + li {
      margin-top: 0;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.6.1 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.6.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.5.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.4.1 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.4.0 _sass/hydejack/_social-inline.scss