From aa9d09512401d8cc4d0f0634f5c27ca24c05dc7d Mon Sep 17 00:00:00 2001 From: pphatdev Date: Sat, 28 Jun 2025 10:30:00 +0700 Subject: [PATCH 1/2] fix: adjust layout and spacing in footer and project card components for improved responsiveness --- src/components/ui/footer.tsx | 8 ++++---- src/components/ui/project-card.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ui/footer.tsx b/src/components/ui/footer.tsx index ef90678..8813f96 100644 --- a/src/components/ui/footer.tsx +++ b/src/components/ui/footer.tsx @@ -58,16 +58,16 @@ const footerLinks: FooterSection[] = [ export function Footer() { return (