From af7c3452875b2e263ae809a30232042fcc7c999b Mon Sep 17 00:00:00 2001 From: gaurika947 Date: Sun, 25 Jan 2026 19:42:31 +0530 Subject: [PATCH 1/2] style: reduce vertical spacing in CertificateVerificationPage #126 --- client/src/pages/CertificateVerificationPage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/pages/CertificateVerificationPage.tsx b/client/src/pages/CertificateVerificationPage.tsx index 6adc331..783fab9 100644 --- a/client/src/pages/CertificateVerificationPage.tsx +++ b/client/src/pages/CertificateVerificationPage.tsx @@ -161,10 +161,10 @@ const CertificateVerificationPage: React.FC = () => { description="Verify the authenticity of Edulume certificates easily and securely." canonicalUrl="https://edulume.site/verify-certificate" /> -
+
{/* Header */} -
+
{ {/* Certificate Details */} {certificateDetails && ( -
-

+
+

Certificate Details

From 63788f82ee300eb2332929decc1780e2692e2ac4 Mon Sep 17 00:00:00 2001 From: gaurika947 Date: Sun, 25 Jan 2026 20:11:03 +0530 Subject: [PATCH 2/2] style: reduce gap between feature cards and why choose section #126 --- client/src/components/layout/LandingPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/layout/LandingPage.tsx b/client/src/components/layout/LandingPage.tsx index 9ba837b..1ae8950 100644 --- a/client/src/components/layout/LandingPage.tsx +++ b/client/src/components/layout/LandingPage.tsx @@ -127,7 +127,7 @@ const LandingPage: React.FC = () => { {/* Main Features Section */} -
+

@@ -348,7 +348,7 @@ const LandingPage: React.FC = () => {

{/* Why Choose Section */} -
+