From ba925aaffd1f94c6e44678495f1cb01c528bf226 Mon Sep 17 00:00:00 2001 From: Fahridanaa Date: Wed, 1 Jul 2026 13:16:41 +0700 Subject: [PATCH 1/2] fix: constrain footer link card height --- apps/portfolio/components/PortfolioPublicFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portfolio/components/PortfolioPublicFooter.tsx b/apps/portfolio/components/PortfolioPublicFooter.tsx index e29f31c0..f0ccde5b 100644 --- a/apps/portfolio/components/PortfolioPublicFooter.tsx +++ b/apps/portfolio/components/PortfolioPublicFooter.tsx @@ -72,7 +72,7 @@ const PortfolioPublicFooter = () => { {content} From 8f3c0c2bb93f4f5057e07819dbb22e55ecd02a2a Mon Sep 17 00:00:00 2001 From: Fahridanaa Date: Wed, 1 Jul 2026 18:47:49 +0700 Subject: [PATCH 2/2] fix: reorder tailwind classes in portfolio footer links move max-h and overflow-hidden before rounding to ensure correct layout precedence --- apps/portfolio/components/PortfolioPublicFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portfolio/components/PortfolioPublicFooter.tsx b/apps/portfolio/components/PortfolioPublicFooter.tsx index f0ccde5b..07d6cdfc 100644 --- a/apps/portfolio/components/PortfolioPublicFooter.tsx +++ b/apps/portfolio/components/PortfolioPublicFooter.tsx @@ -72,7 +72,7 @@ const PortfolioPublicFooter = () => { {content}