diff --git a/client/src/index.css b/client/src/index.css index 9e13fa2..d5ca4f7 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -420,6 +420,16 @@ input[data-testid*="search"]::placeholder { [data-testid="grid-videos"] { margin-top: -15px; } + + /* Zmanjšaj razmike med pikicami in naslovom na mobil */ + .md\:hidden.flex.justify-center { + margin-top: 4px !important; + } + + /* Zmanjšaj razmik od naslova do pikic na mobil */ + .text-lg.font-medium.text-bunny-light { + margin-bottom: 4px !important; + } } /* Custom animations */