From 81bfdd75d5feb60093c27d0fcb18f7647c192edb Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Mon, 16 Feb 2026 02:11:18 -0500 Subject: [PATCH] feat: Update layout of app-content containers for improved responsiveness --- client/src/App.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/App.css b/client/src/App.css index 97d5444..63f92af 100644 --- a/client/src/App.css +++ b/client/src/App.css @@ -49,10 +49,12 @@ .app-content.split .map-container { flex: 1; + width: 50%; } .app-content.split .panel-container { - width: 600px; + flex: 1; + width: 50%; } .app-content.map .panel-container {