From d247b8cbe699110ff59c9349072596a4a4540576 Mon Sep 17 00:00:00 2001 From: Refringe Date: Thu, 8 Aug 2024 23:46:24 -0400 Subject: [PATCH] Resolves CSS Link/Container Issue This resolves an issue with the mod cards where the anchor tag was larger than the containing div on smaller breakpoints. Resolves #21 --- resources/views/components/mod-list.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/components/mod-list.blade.php b/resources/views/components/mod-list.blade.php index fe56f71..1b628ab 100644 --- a/resources/views/components/mod-list.blade.php +++ b/resources/views/components/mod-list.blade.php @@ -2,11 +2,11 @@
@foreach ($mods as $mod) - -