From 7fc64f07195a53cfe1ed9e6df0bbd51e3f42c156 Mon Sep 17 00:00:00 2001 From: Mateusz Tyc Date: Thu, 18 Dec 2025 12:44:56 -0500 Subject: [PATCH] feat: fix useless padding --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 401a912..50db8a7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -50,7 +50,7 @@ const Layout: React.FC = ({ children }) => { } .mainContent { flex: 1; - padding: 1rem; + padding: 0; overflow-y: auto; } `}