Skip to content

Commit

Permalink
more CSS heights
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Aug 28, 2024
1 parent b24aaf0 commit a66a08e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
body {
height: 100vh;
}

#root {
margin: 0 auto;
width: 100%;
height: 100%;
}

h1 {
Expand All @@ -10,7 +15,7 @@ h1 {

.container {
display: flex;
height: 100vh;
height: 100%;
}

.controls {
Expand All @@ -25,7 +30,7 @@ h1 {
}

#map {
height: 100vh;
height: 100%;
width: 75%;
}

Expand Down

0 comments on commit a66a08e

Please sign in to comment.