From 4841f8d7857495bfa83191a8bf5afca9ca75a43b Mon Sep 17 00:00:00 2001 From: laurentketterle-hub Date: Tue, 4 Aug 2026 03:47:00 +0200 Subject: [PATCH] fix(#252): add responsive padding to portfolio for mobile Move portfolio padding to a CSS class with a mobile breakpoint (640px) that reduces horizontal padding from 32px to 16px. Prevents horizontal overflow on small screens. --- src/screens/Portfolio.tsx | 4 ++-- src/styles/shell.css | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/screens/Portfolio.tsx b/src/screens/Portfolio.tsx index 9ccd8b0..d3da55b 100644 --- a/src/screens/Portfolio.tsx +++ b/src/screens/Portfolio.tsx @@ -26,7 +26,7 @@ export function Portfolio({ onWithdraw, onDeposit }: PortfolioProps) { return (
+