Sha256: e733a2e369cad2e4c31b096325b9ed77d54b67e005e0c440b8084499200a5eed

Contents?: true

Size: 688 Bytes

Versions: 9

Compression:

Stored size: 688 Bytes

Contents

@import "footer", "header";

.page-main {
  position: relative;
  margin: 0 auto;

  padding: 2rem 2rem 1rem 2rem;

  @media screen and (max-width: 380px) {
    padding: 1rem 1.25rem;
  }

  img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  svg {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.hidden-link {
  text-decoration: none;
  color: var(--text-primary);

  &:hover {
    text-decoration: none;
  }
}

.center {
  text-align: center;
}

.hover-underline {
  &:hover {
    text-decoration: underline;
  }
}

.content-width {
  max-width: $content-width;
  margin-left: auto;
  margin-right: auto;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-theme-tallneck-0.2.10 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.9 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.7 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.6 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.5 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.4 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.3 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.2 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.0 _sass/tallneck/layout.scss