responsive map attempt

This commit is contained in:
2020-11-01 19:00:31 -05:00
parent 217b2cda9f
commit f23f2a0f88
3 changed files with 21 additions and 4 deletions

View File

@@ -364,4 +364,20 @@ input[type=text] {
input[type=email] {
background-color: #ffffff;
}
}
.resp-container {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.resp-iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}