From ce04c336619da7a59a4e3f4e8433f3d2a157959e Mon Sep 17 00:00:00 2001 From: Daniel Strano Date: Sat, 17 Sep 2022 10:55:17 -0400 Subject: [PATCH] #654: Fix mobile styling --- src/components/CategoryItemBox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CategoryItemBox.js b/src/components/CategoryItemBox.js index aeb6d435..6d359ab1 100644 --- a/src/components/CategoryItemBox.js +++ b/src/components/CategoryItemBox.js @@ -60,7 +60,7 @@ const CategoryItemBox = (props) => { {props.type === 'tag' && -
+
}