From 164fbd376816788a00bd479a16f8736a1affde2e Mon Sep 17 00:00:00 2001 From: Marc Young Date: Wed, 21 Feb 2024 16:38:34 -0700 Subject: [PATCH] Reduced gap spacing --- src/components/views/card-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/card-list.tsx b/src/components/views/card-list.tsx index 259096df..f6b5dde1 100644 --- a/src/components/views/card-list.tsx +++ b/src/components/views/card-list.tsx @@ -12,7 +12,7 @@ const CardList = ({items, h3Heading}:{items: StanfordNode[], h3Heading?: boolean return (
-
) } -export default CardList; \ No newline at end of file +export default CardList;