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

edit

parent 906acd11
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
position: relative; position: relative;
} }
.lead-collector-body-app:before { .lead-collector-body-app:before {
background-image: url('../images/program-app-bg-full.png'); background-image: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-full.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
content: ""; content: "";
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
@media only screen and (max-width: 1100px) { @media only screen and (max-width: 1100px) {
.lead-collector-body-app:before { .lead-collector-body-app:before {
background-image: url('../images/program-app-bg-mobile.png'); background-image: linear-gradient(180deg, #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