Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pardo Urbano
Visualization
Commits
4d67a691
Commit
4d67a691
authored
May 30, 2023
by
Rushikesh Padsala
Browse files
Updated Exercise 1 CSS
parent
891ee8fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exercise 1/index.css
View file @
4d67a691
#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
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment