houdini/app/assets/stylesheets/components/google_maps.css.scss
2020-06-15 10:26:57 -05:00

15 lines
No EOL
404 B
SCSS

/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */
.googleMap {
position: relative;
padding-bottom: 65%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.googleMap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}