Files
beau-gosse-du-92/src/components/wallpaper.scss

22 lines
359 B
SCSS

@import "../_base.scss"
.wallpaper {
height: 100%;
width: 100%;
z-index: -1;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
&__content {
background-image: url("./images/wallpaper-pattern.svg");
background-position: center;
width: 150%;
height: 150%;
}
}