Sha256: c7ce9d137198bee2e8b9c0e77b412148178160d77c5d4373b2716b87fd7cf5ef

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

.wrapper {
  max-width: $content-width;

  @extend %center-margins;

  @include horizontal-padding;
  @include vertical-spacing;
}

.site-header, .page-header, .page-footer {
  > .wrapper {
    text-align: center;
  }
}

.site-footer {
  max-width: $content-width;

  @extend %center-margins;

  @include vertical-spacing(1);
}

.site-title {
  text-decoration: none;

  @extend %heading-1;
}

.small-title {
  @extend %heading-6;
}

.site-divider {
  background-color: $dark-base-color;

  width: 10em;
  height: 0.125em;

  @extend %center-margins;
}

.page-content {
  @include vertical-spacing(1);
}

.posts {
  list-style: none;
  text-align: center;
}

.post-link {
  @extend %heading-5;
}

.post-date {
  display: block;

  color: $faded-color;
}

.social-list {
  list-style: none;

  margin: 0;
  padding: 0;
}

.social-link {
  text-decoration: none;
}

.social-svg {
  display: inline-block;
  vertical-align: middle;

  > svg {
    margin-right: 0.25em;
    width: 1.15em;
    height: 1.15em;
  }
}

.social-text {
  text-decoration: none;
}

.footer-column-wrapper {
  display: table;
  width: 100%;

  @include vertical-spacing(1);
}

.footer-column {
  display: table-cell;
  width: 50%;

  @include horizontal-padding(2);
}

.footer-social-column {
  width: 35%;
}

@include media-query($small-screen) {
  .footer-column, .footer-social-column {
    display: block;
    width: auto;

    &:not(:first-child) {
      @include vertical-spacing(1);
    }
  }

  .social-link {
    display: block;
    
    padding-top: 0.25em;
    padding-bottom: 0.25em;

    @include vertical-spacing(4);
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
novella-0.1.2 _sass/novella/_layout.scss