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 */