From ff5aa68ab94254769737b48cc0f9ad94c80ae3db Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Tue, 2 Sep 2025 16:25:42 +0000 Subject: [PATCH] Increase the size of video titles on the homepage for mobile devices Adjusted the font size of video titles within the VideoCard component for mobile viewports from text-xl to text-2xl to improve readability and prominence on smaller screens. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/2cd2c0bc-434c-4bc9-ad3f-b99d3897a0d1/4DOsXkx --- client/src/components/video-card.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/video-card.tsx b/client/src/components/video-card.tsx index e2acb1e..b221e26 100644 --- a/client/src/components/video-card.tsx +++ b/client/src/components/video-card.tsx @@ -294,7 +294,7 @@ export default function VideoCard({ video, onClick, className = "", hideOverlay {!showPreview && !hideOverlay && !(isMobile && isVideoPage) && (
-

+

{video.title.split(' - ')[0] || 'go4.video'}