From 529ad01e51d163e11c5dbec95f5ea3ce4c5febea Mon Sep 17 00:00:00 2001 From: Poyraz Avsever Date: Tue, 10 Mar 2026 11:18:33 +0300 Subject: [PATCH] fix: remove unnecessary padding from education and experience sections --- components/about-content.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/about-content.tsx b/components/about-content.tsx index 24c12ec..92b6f04 100644 --- a/components/about-content.tsx +++ b/components/about-content.tsx @@ -22,7 +22,7 @@ export function AboutContent() { -
+
{EDUCATION.map((item) => ( @@ -100,7 +100,7 @@ export function AboutContent() { -
+
{EXPERIENCE.map((item) => (