WIP vue-cli 5

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-06 17:20:54 +02:00
parent 9f5e3a39ec
commit 3ff7bc4512
37 changed files with 2927 additions and 4101 deletions

View File

@@ -649,11 +649,11 @@ section.hero {
height: 100%;
opacity: 0.3;
z-index: -1;
background: url("/img/pics/homepage_background-1024w.png");
background: url("../../public/img/pics/homepage_background-1024w.png");
background-size: cover;
}
&.webp::before {
background-image: url("/img/pics/homepage_background-1024w.webp");
background-image: url("../../public/img/pics/homepage_background-1024w.webp");
}
& > .hero-body {