Sha256: 3731a407888f48f7b559e53a79b28b9529a5b559ae62f03efb9300c53cc829bc

Contents?: true

Size: 538 Bytes

Versions: 6

Compression:

Stored size: 538 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.125rem;
        height: 4rem;
        padding: .5rem 0;

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

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-6.3.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.2.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.1.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.0.0 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.0.0.pre.beta3 _sass/hydejack/_social-inline.scss
jekyll-theme-hydejack-6.0.0.pre.beta2 _sass/hydejack/_social-inline.scss