From dca73b8990990f9df184eb742e6ca1a877a0c55a Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 21:02:32 +0000 Subject: [PATCH] Adjust text size and spacing in top stories section Update font sizes, padding, and margins within the Top Stories component to ensure text fits within its container without horizontal scrolling. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 8c471362-0d7a-4f1d-a270-58ae41f388c9 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/drGbo1a Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 07db5c4..daa027d 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -220,19 +220,19 @@ function NativeAdCard() { function TopStoriesList({ articles }: { articles: Article[] }) { return ( -