Skip to content

Commit 2ea11d2

Browse files
committed
Altetred CSS so Map is fullscreen width
1 parent a936040 commit 2ea11d2

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

src/app/src/App.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1+
2+
13
#root {
2-
max-width: 1280px;
3-
max-height: 1wh;
4-
margin: 0 auto;
5-
padding: 2rem;
4+
width: 100vw;
65
text-align: center;
76
}
87

src/app/src/Map/Map.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
.leaflet-container {
2-
height: 700px;
3-
width: 700px;
4-
margin-left: auto;
5-
margin-right: auto;
2+
width: 100vw;
3+
height: 80vh;
64
}

0 commit comments

Comments
 (0)