
Projects



















































































/* ===================================== HEADING 1 — ENABLED FOR SEO ===================================== */ .sqs-block h1, .project-item h1, .blog-item-title h1 { margin-bottom: 0.5em !important; } @media screen and (max-width: 640px) { .sqs-block h1 { margin-bottom: 0.5em !important; } } // If both exist and title is not already above meta if (title && meta && title.nextElementSibling !== meta) { // Move title to appear before meta title.parentNode.insertBefore(title, meta); } });