Commit 6f3646ab authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

updated exercise 1 css

parent 8720af4c
Pipeline #7527 passed with stage
in 16 seconds
#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;
}
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