/* Removed max-width constraint to allow full-width content in pages and posts */
/* .entry-content > *{ max-width: 74ch; } */

/* Ensure text extends full width of container */
.entry-content > * {
  max-width: 100%;
}
