zeus.ugent.be/content/assets/stylesheets/includes/eventpage.scss

14 lines
188 B
SCSS
Raw Normal View History

2016-09-01 22:05:38 +00:00
.google-maps {
position: relative;
height: 400px;
overflow: hidden;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 400px;
}
}