Sha256: 241a754a2ba416704fd03501817ebdf0d75804084df61cd99edb9d91a75db98c

Contents?: true

Size: 770 Bytes

Versions: 1

Compression:

Stored size: 770 Bytes

Contents

.taxonomies-wrapper {
  margin-top: var(--spacer-2);
  margin-bottom: var(--spacer-2);
}

.taxonomies {
  list-style: none;
  display: grid;
  grid-column-gap: 2em;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  font-weight: bold;

  .taxonomy {
    display: flex;
    padding: 0.25em 0;
    justify-content: space-between;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    margin-bottom: var(--spacer);
  }
}

.post-list-by-taxonomy {
  time {
    font-family: var(--code-font);
  }
}

.back-to-top {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
}

@media (min-width: $sm-screen) {
  .taxonomies {
    grid-template-columns: repeat(3, 1fr);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-scaffold-0.1.0 _sass/scaffold/_archive.scss