From 893257e2faf2f0ff084d93b2c08e5be7b78a8c42 Mon Sep 17 00:00:00 2001 From: vijexa Date: Fri, 22 Dec 2023 21:33:50 +0200 Subject: [PATCH] Reduce side padding to fit better on phones --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 388a3a1..2e44744 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -84,7 +84,7 @@ function App() { direction="column" spacing={2} sx={{ - padding: '16px', + padding: '16px 8px', overflowY: 'auto', flexShrink: 1, }}