From 029f80fbfcc8cfb7ebdb6b91b7f64af2f941ccbd Mon Sep 17 00:00:00 2001 From: Chee Kian Teoh Date: Thu, 28 Mar 2024 23:24:26 -0400 Subject: [PATCH 1/2] Fix: remove redundant image in mobile + font size fix --- src/components/sections/HeroStats.section.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/sections/HeroStats.section.tsx b/src/components/sections/HeroStats.section.tsx index 4a0c7472..dfc5b205 100644 --- a/src/components/sections/HeroStats.section.tsx +++ b/src/components/sections/HeroStats.section.tsx @@ -56,10 +56,12 @@ const HeroStatSection: React.FC = () => { alt="Hawkhacks stats" className="block w-full sm:hidden" /> - {/* */} -
+ {/* before*/} + {/* px-4 sm:px-0 space-y-1 pb-4 pl-10 text-left sm:pl-24 sm:pt-12 lg:pl-16 lg:pt-16 2xl:pl-60 2xl:pt-24 */} + {/* mx-auto mt-16 px-4 sm:ml-16 sm:mt-16 sm:px-0 lg:ml-20 lg:mt-24 xl:ml-24 xl:mt-32 2xl:mt-10 */} +
Hawkhacks logo From 42c55673b547948d40fd9722d2d41c026e6f6494 Mon Sep 17 00:00:00 2001 From: Chee Kian Teoh <98545971+teoh4770@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:27:58 -0400 Subject: [PATCH 2/2] Remove comment --- src/components/sections/HeroStats.section.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/sections/HeroStats.section.tsx b/src/components/sections/HeroStats.section.tsx index dfc5b205..53efa326 100644 --- a/src/components/sections/HeroStats.section.tsx +++ b/src/components/sections/HeroStats.section.tsx @@ -56,9 +56,6 @@ const HeroStatSection: React.FC = () => { alt="Hawkhacks stats" className="block w-full sm:hidden" /> - {/* before*/} - {/* px-4 sm:px-0 space-y-1 pb-4 pl-10 text-left sm:pl-24 sm:pt-12 lg:pl-16 lg:pt-16 2xl:pl-60 2xl:pt-24 */} - {/* mx-auto mt-16 px-4 sm:ml-16 sm:mt-16 sm:px-0 lg:ml-20 lg:mt-24 xl:ml-24 xl:mt-32 2xl:mt-10 */}