Aesthetic adjustments throughout

This commit is contained in:
Nathan Schneider
2025-07-20 00:06:09 -06:00
parent 57cd3fe19b
commit 0bf0e02f40
8 changed files with 237 additions and 156 deletions

View File

@@ -32,7 +32,7 @@ document.addEventListener('DOMContentLoaded', function() {
<a href="${caseStudy.url}" class="featured-banner-link">
<div class="featured-card-banner">
<img src="${caseStudy.banner}" alt="${caseStudy.title} banner" class="featured-case-banner" />
${hasImage ? `<img src="${caseStudy.image}" alt="${caseStudy.title} logo" class="featured-case-logo-overlay" />` : ''}
${hasImage ? `<img src="${caseStudy.image}" alt="${caseStudy.title} logo" class="case-logo-overlay" />` : ''}
</div>
</a>
`;