zeus.ugent.be/content/assets/stylesheets/includes/eventpage.scss
2016-09-13 17:13:43 +02:00

22 lines
280 B
SCSS

.google-maps {
position: relative;
height: 400px;
overflow: hidden;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 400px;
}
}
.banner-image{
justify-content: center;
display: flex;
img{
height: 256px;
}
}