📱 Update map resonsive and map api
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user