From 6f3646abfc66d75281e2860ff9c002a88630bddf Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Tue, 30 May 2023 09:20:27 +0000 Subject: [PATCH] updated exercise 1 css --- public/leaflet-stoeckach-heatdemand/index.css | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/public/leaflet-stoeckach-heatdemand/index.css b/public/leaflet-stoeckach-heatdemand/index.css index 4a30511..d5c6d17 100644 --- a/public/leaflet-stoeckach-heatdemand/index.css +++ b/public/leaflet-stoeckach-heatdemand/index.css @@ -1 +1,23 @@ -#mapid { height: 100%; } +#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