From da23e4dc1ee26d8bda3f2e99df8cbdc171c0fca3 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 4 Sep 2025 12:46:31 +0000 Subject: [PATCH] Adjust spacing for placeholder text on search input Modify CSS to reduce bottom margin for specific H2 elements within search input placeholders, aligning with design specifications. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index a207e57..f69a5e9 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -423,7 +423,7 @@ input[data-testid*="search"]::placeholder { /* Specifični selektorji za mobilne razmike */ h2.text-lg.font-medium.text-bunny-light.mb-1 { - margin-bottom: 1px !important; + margin-bottom: 0px !important; } .md\:hidden.flex.justify-center.mt-1 {