From b804c135b69ae38716b18dee8363cdb462eaae72 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:09:41 -0700 Subject: [PATCH] add margins between discover cards --- src/pages/discover/discoverContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/discover/discoverContent.tsx b/src/pages/discover/discoverContent.tsx index fae4cb96..df58534d 100644 --- a/src/pages/discover/discoverContent.tsx +++ b/src/pages/discover/discoverContent.tsx @@ -644,7 +644,7 @@ export function DiscoverContent() { `/media/tmdb-${isTVShow ? "tv" : "movie"}-${media.id}-from-discover`, ) } - className="discover-card max-h-200 text-center relative mt-3 mx-[0.285em] transition-transform duration-[0.45s] hover:scale-105" + className="discover-card max-h-200 text-center relative mt-3 mx-[0.2em] md:mx-[0.5em] transition-transform duration-[0.45s] hover:scale-105" style={{ flex: `0 0 ${movieWidth}` }} // Set a fixed width for each movie >