Adjust spacing for improved layout on mobile devices

Update CSS styles in client/src/index.css to adjust margins for placeholder inputs and specific text elements to refine the mobile layout.

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
This commit is contained in:
sebastjanartic 2025-09-04 12:58:05 +00:00
parent 0268e30e56
commit 9dfc34f808

View File

@ -423,11 +423,11 @@ input[data-testid*="search"]::placeholder {
/* Specifični selektorji za mobilne razmike */
h2.text-lg.font-medium.text-bunny-light.mb-1 {
margin-bottom: -5px !important;
margin-bottom: -15px !important;
}
.md\:hidden.flex.justify-center.mt-1 {
margin-top: 1px !important;
margin-top: -5px !important;
margin-bottom: 1px !important;
}
}