14 lines
188 B
SCSS
14 lines
188 B
SCSS
|
.google-maps {
|
||
|
position: relative;
|
||
|
height: 400px;
|
||
|
overflow: hidden;
|
||
|
|
||
|
iframe {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100% !important;
|
||
|
height: 400px;
|
||
|
}
|
||
|
}
|