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

edit

parent 2840f6b6
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: linear-gradient(179deg, #ff000000, black), url('../images/program-app-bg-full.png'); background-image: linear-gradient(180deg, #00000000, 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: linear-gradient(180deg, #ff000000, black), url('../images/program-app-bg-mobile.png'); background-image: linear-gradient(180deg, #00000000, black), url('../images/program-app-bg-mobile.png');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment