From 4d67a691e6517ba5b7b2a7f9dc5f0f634c62ffd1 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Tue, 30 May 2023 09:17:36 +0000
Subject: [PATCH] Updated Exercise 1 CSS

---
 Exercise 1/index.css | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/Exercise 1/index.css b/Exercise 1/index.css
index 4e673e7..d5c6d17 100644
--- a/Exercise 1/index.css	
+++ b/Exercise 1/index.css	
@@ -1 +1,23 @@
-#mapid { height: 100%; }
\ No newline at end of file
+#mapid { 
+     height: 100%;
+       }
+	   
+body {
+    display: flex;
+    flex-direction: row;
+    margin: 0;
+    padding: 0;
+    }
+	
+#map-container {
+    flex: 1;
+    height: 100vh;
+    }
+	
+#chart-container {
+    flex: 1;
+    padding: 20px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    }
-- 
GitLab