Commit 4d67a691 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Updated Exercise 1 CSS

parent 891ee8fb
Pipeline #7524 passed with stages
in 10 seconds
#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;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment