Sha256: f0ce7cfa6e8cbaab751c8e21eeee5bf18652fe18265169564ed618aa11d1ce95

Contents?: true

Size: 719 Bytes

Versions: 3

Compression:

Stored size: 719 Bytes

Contents

@use "variables";
@use "footer";
@use "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: variables.$content-width;
  margin-left: auto;
  margin-right: auto;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jekyll-theme-tallneck-0.3.1 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.3.0 _sass/tallneck/layout.scss
jekyll-theme-tallneck-0.2.11 _sass/tallneck/layout.scss