From 86fca3e2a1e70d50e2c56e41aa0cc32dba1cc100 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 12:37:01 +0000 Subject: [PATCH] Adjust video cards on mobile for better positioning Update CSS to add negative margin-top to the video grid container on mobile devices to slightly shift video cards upwards. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 946a0075-7e32-454b-b348-9e7f576d7f45 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/60d372ff-2c10-46c7-b01b-10c3435136b0/946a0075-7e32-454b-b348-9e7f576d7f45/JlONw6J --- client/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/src/index.css b/client/src/index.css index 3b0e966..9e13fa2 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -415,6 +415,11 @@ input[data-testid*="search"]::placeholder { min-height: 44px; min-width: 44px; } + + /* Premakni video kartice malenkost navzgor na mobil */ + [data-testid="grid-videos"] { + margin-top: -15px; + } } /* Custom animations */