/* Tweak the look here. Defaults are sensible; this is just a starting point. */

/* Comfortable reading width for long-form posts */
main.content {
  max-width: 52rem;
}

/* Code blocks */
pre.sourceCode {
  border-radius: 8px;
  font-size: 0.9em;
}
