Skip to content
Snippets Groups Projects
Verified Commit 2a07ec96 authored by Jonas Leder's avatar Jonas Leder
Browse files

load banner from S3

parent f25fefba
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
box-sizing: border-box;
}
.header-homepage {
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(/assets/img/bannerHomeCrop.webp);
background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url(/api/images/download?path=bannerHomeCrop.webp&type=preview);
background-size: cover;
position: relative;
color: #fff;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment