/* Viewports below Tailwind lg (1024px): justified body copy site-wide */
@media (max-width: 1023px) {
  main.flex-grow section p:not(.flex),
  main.flex-grow article p:not(.flex),
  main.flex-grow .prose p,
  main.max-w-xl p:not(.flex) {
    text-align: justify;
  }

  main.flex-grow article blockquote {
    text-align: justify;
  }

  footer .max-w-\[1440px\] p.leading-relaxed,
  footer .max-w-\[1440px\] p.leading-\[1\.6\],
  footer .max-w-\[1440px\] p.leading-snug {
    text-align: justify;
  }
}
