#blog-content-wrapper {
  margin: 0 auto;
  width: clamp(300px, 100%, 65ch);
}
#blog-content-wrapper h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
}
#blog-content-wrapper h2:not(:first-of-type) {
  margin-top: 1.4rem;
}/*# sourceMappingURL=single-blog.css.map */