From 2f2f7f643e2ae3567e976fc64dfae0b74c06800d Mon Sep 17 00:00:00 2001 From: Catherine Molina Betancourt Date: Tue, 3 Mar 2026 09:48:03 -0800 Subject: [PATCH] style: add bottom padding to Community page (mobile & web) --- src/pages/Community.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Community.jsx b/src/pages/Community.jsx index fc7ab5c..34a32a9 100644 --- a/src/pages/Community.jsx +++ b/src/pages/Community.jsx @@ -9,7 +9,7 @@ import { FaArrowRight } from 'react-icons/fa6'; const Community = () => { return ( -
+

Community Forum @@ -49,4 +49,4 @@ const Community = () => { ); }; -export default Community; \ No newline at end of file +export default Community;