Sha256: 5b73d08271c6a02feb66b01fcb4a0dc291b26bfe555126d25f262c9f0c45a673

Contents?: true

Size: 901 Bytes

Versions: 1

Compression:

Stored size: 901 Bytes

Contents

html {
  color: $text-color;
  font-family: "Inter", -apple-system, sans-serif;
  font-size: 100%;
  line-height: 1.42;

  @media (min-width: 1024px) {
    font-size: 137.5%; // 22 px
  }
}

main {
  max-width: 42em;
  hyphens: auto;

  .post-header {
    margin-bottom: 1em;
  }

  p {
    margin: 0 auto;
  }

  p + p {
    text-indent: 1em;
  }

  img {
    padding: 1em 0;
  }

  blockquote p {
    hanging-punctuation: first;
  }

  li + li {
    margin-top: 0.5em;
  }

  @media (min-width: 1024px) {
    ul,
    ol {
      padding-left: 0;
      list-style-position: outside;
    }
  }
}

h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 200%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 150%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 125%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

footer {
  font-size: 68.75%;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kids-0.1.1 _sass/kids/_typography.scss