Sha256: 5815f77f7f43790075f7bbdece150e697d1e406dff8ceab66487afc41b098e72

Contents?: true

Size: 403 Bytes

Versions: 1

Compression:

Stored size: 403 Bytes

Contents

.m-page-stage {
  box-sizing: border-box;
  min-height: 100%;
  overflow: auto;
  padding-bottom: map-get($layout, footer-height);
  @include animation(fade-in-down map-get($animation, duration) map-get($animation, timing-function));
}

.m-page-content {
  padding: 0;
  padding-bottom: 1.6rem;
  @include media-breakpoint-down(l) {
    padding-bottom: 0.8rem;
  }
}

.m-page-main {
  margin: 0 auto;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-text-theme-1.5.0 _sass/layout/_default.scss