Files
Popsu-coloque/web/themes/custom/popsu_colloque/css/components/hero.scss
T
2020-07-13 20:30:10 +02:00

10 lines
142 B
SCSS

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