From 21c61968fe476fc5dfc2321dfefe66f94dfb9138 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 21 Jul 2026 23:50:13 +0200 Subject: [PATCH] chore(background): project layout background is now fitting --- frontend/src/components/MdProcessor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/MdProcessor.tsx b/frontend/src/components/MdProcessor.tsx index a05a7be..1e06466 100644 --- a/frontend/src/components/MdProcessor.tsx +++ b/frontend/src/components/MdProcessor.tsx @@ -244,7 +244,7 @@ export default function MdProcessor({ } return ( -
+                                    
                                         {children}
                                     
);