Files
Popsu-coloque/web/themes/custom/popsu_colloque/css/components/hero.scss
T
2020-07-14 22:24:51 +02:00

15 lines
238 B
SCSS

.__img-hero{
height: 400px;
// width: 100vw;
// position: relative;
// left: 50%;
// right: 50%;
// margin-left: -50vw;
// margin-right: -50vw;
img{
width:100%;
height: 100%;
object-fit: cover;
}
}