Sha256: 3191cac54ef3467a2d64f1684f9db83e64e03eabdebcb6557a6eb9875b4f743f

Contents?: true

Size: 507 Bytes

Versions: 7

Compression:

Stored size: 507 Bytes

Contents

  @media (max-width: 600px) {
    ul.directory {
      flex-direction: column;
      align-items: center;
    }
  }

  ul.directory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    flex-grow: 0;
  }  

  ul.directory li {
    margin: .3em;
  }

  ul.directory a {
    line-height: 2;
    padding: 8px 20px;
  }

  li.active a {
    border-radius: 3px;
    background-color: #007edf;
    color: #fff;
    box-shadow: 2px 2px 3px #999;
  }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll_picture_tag-1.11.0 docs/assets/style.css
jekyll_picture_tag-1.10.2 docs/assets/style.css
jekyll_picture_tag-1.10.1 docs/assets/style.css
jekyll_picture_tag-1.10.0 docs/assets/style.css
jekyll_picture_tag-1.9.0 docs/assets/style.css
jekyll_picture_tag-1.8.0 docs/assets/style.css
jekyll_picture_tag-1.7.1 docs/assets/style.css