Sha256: 6ab79ffcda316e5dc3641e1c7c6db0654b41571bbc4cca36f3e87c2a84cbc16f

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 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;
}

.column {
  flex: 50%;

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
type-on-strap-2.2.1 _sass/layouts/_page.scss