Sha256: d67d125a2b3bff210e6440a0bf09e070d947ab7ecd6204b2a8ceb499ecee6b9d

Contents?: true

Size: 486 Bytes

Versions: 5

Compression:

Stored size: 486 Bytes

Contents

.title-padder {
  padding: $title-padding;
}

h1.title {
  @extend .header-txt-shadow;
  padding: 0.5em 0;
}

.subtitle {
  font-weight: normal;
  margin-top: 5px;
  text-shadow: 1px 1px 2px $text-shadow;
}

//Shared css in _post.scss


/* --- Aligner --- */
/* within page/posts */

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9% 0 1.5% 0;
}

.column {
  flex: 50%;

  img {
    width: 100%;
    min-width: 250px;
  }

  .single {
    width: 50%;
    display: block;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
type-on-strap-2.3.1 _sass/layouts/_page.scss
type-on-strap-2.3.0 _sass/layouts/_page.scss
type-on-strap-2.2.6 _sass/layouts/_page.scss
type-on-strap-2.2.5 _sass/layouts/_page.scss
type-on-strap-2.2.4 _sass/layouts/_page.scss