style(home): permanent drop shadow on latest-news card images

Add a soft box-shadow to .news-card-media so the card image separates from the
teal (#2D738C) News section background — needed when an image has blue edges
that otherwise merge into the section colour.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
popovskik 2026-08-27 17:24:48 +02:00
parent 30dbb60aa6
commit 7823578225
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@
margin-bottom: 24px; margin-bottom: 24px;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
/* Permanent soft drop shadow so the image lifts off the teal News section
background needed when a card image has blue edges that would otherwise
merge into the section colour. */
box-shadow: 0 6px 20px rgba(9, 18, 26, 0.28);
} }
.news-card-media img { height: 220px; margin-bottom: 0; display: block; } .news-card-media img { height: 220px; margin-bottom: 0; display: block; }
.news-card .news-ph { .news-card .news-ph {