Skip to content

Commit b9188e8

Browse files
committed
Changed viewheight on map div to 100vh and removed title
1 parent 2ea11d2 commit b9188e8

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ function App() {
77

88
return (
99
<div>
10-
<div className="title">THIRD PLACES PROJECT</div>
1110
<Map/>
1211
</div>
1312

src/app/src/Map/Map.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.leaflet-container {
22
width: 100vw;
3-
height: 80vh;
3+
height: 100vh;
44
}

0 commit comments

Comments
 (0)