From 3207f8b1dbe7848a0be03ebd532a137f52ac85fd Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 20:51:40 +0000 Subject: [PATCH] Adjust image display to better center subjects Update image object positioning to `center 30%` across various card components, improving the visibility of subjects within images. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 0cd052c9-4a0c-43a6-8447-1f701e6a462d Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 888ab5b..b0d0250 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -44,7 +44,7 @@ function HeroCard({ article }: { article: Article }) {