Skip to content

Commit 7c17406

Browse files
committed
Remove background image from hero section
1 parent 7e1035e commit 7c17406

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

styles.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,16 +303,14 @@ hr {
303303
}
304304
.hero {
305305
background-color: transparent;
306-
background-image: linear-gradient(90deg, #791E89, rgb(204, 0, 0, 0.8)),
307-
url("https://sybiltec.com/images/blog07-free-img.jpg");
306+
background-image: linear-gradient(90deg, #791E89, rgb(204, 0, 0, 0.8));
308307
background-size: cover;
309308
background-repeat: no-repeat;
310309
padding: 100px 20px;
311310
}
312311
@media screen and (max-width: 767px) {
313312
.hero {
314-
background-image: linear-gradient(90deg, #791E89, rgb(204, 0, 0, 0.8)),
315-
url("https://sybiltec.com/images/blog07-free-img-800x450.jpg");
313+
background-image: linear-gradient(90deg, #791E89, rgb(204, 0, 0, 0.8));
316314
}
317315
}
318316
.hero h1, .hero h4, .hero p {

styles.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)