/* Codiji Site — Contact page. */

.contact-page { display: flex; flex-direction: column; min-height: 100vh; }

/* Contact's intro block is tighter (mb-16) than other inner pages (mb-24). */
.contact-page .page-intro { margin-bottom: 4rem; }
