Skip to content
Snippets Groups Projects
Commit 1e26a0b4 authored by jakubmudra's avatar jakubmudra
Browse files

Update lead-banner.pcss

parent 906acd11
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
position: relative;
}
.lead-collector-body-app:before {
background-image: url('../images/program-app-bg-full.png');
background-image: linear-gradient(179deg, #ff000000, black), url(../images/program-app-bg-full.png)
background-repeat: no-repeat;
background-size: cover;
content: "";
......@@ -17,6 +17,6 @@
@media only screen and (max-width: 1100px) {
.lead-collector-body-app:before {
background-image: url('../images/program-app-bg-mobile.png');
background-image: linear-gradient(179deg, #ff000000, black), url('../images/program-app-bg-mobile.png');
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment