From 75554bf84c7520c0bff2d4e7f14141577319dbda Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 29 Apr 2024 19:02:30 +0000 Subject: late night fuckery --- src/app/anime/search/search.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/app/anime/search/search.module.css') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 6799bac..a1acc27 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -55,6 +55,7 @@ .animeEntry { display: flex; overflow-x: auto; + margin-bottom: 1rem; } .animeEntry .anime { @@ -86,7 +87,7 @@ justify-content: space-between; align-items: center; padding: 5px; - margin: 0px 10px 1rem 0px; + margin: 0 10px 0 0; border-radius: 0.5rem; transition: opacity 200ms ease-in, background-color 200ms linear; background-color: #242424d0; -- cgit v1.2.3