📱 Update map resonsive and map api

This commit is contained in:
stefan080106
2022-09-21 21:38:20 +02:00
parent a730ca9cf8
commit 59332ab8d5
4 changed files with 191 additions and 10 deletions

View File

@@ -56,6 +56,7 @@
height: 100%;
width: 100%;
border-radius: 0 0.5rem 0.5rem 0;
border: none;
}
.contactInfo {
@@ -73,17 +74,28 @@
}
}
.infoContainer {
flex-direction: row;
}
@media (max-width: 768px) {
.TwoColumnLayout {
flex-direction: column;
width: 95vw;
.columnChild {
width: 90vw;
height: 40vh;
min-width: 0;
.mapouter {
display: none;
// display: none;
height: 100%;
width: 100%;
}
}
.infoContainer {
flex-direction: column;
height: 55vh;
}
}
.contactInfo {
width: 100%;