style; change hero block

This commit is contained in:
Ignat Karelov
2026-05-27 13:54:55 +03:00
parent 1f8cb4e8c5
commit 7ce71ffa33
3 changed files with 3 additions and 3 deletions

View File

@@ -238,7 +238,7 @@ img {
.hero__bg { .hero__bg {
position: absolute; position: absolute;
inset: 0; inset: 0;
background: linear-gradient(90deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(0, 0, 0, 0) 100%), url("../images/other/section-main.webp") center/cover no-repeat; background: linear-gradient(90deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(0, 0, 0, 0) 100%), url("../images/renders/led.jpg") center/cover no-repeat;
} }
.hero__bg::after { .hero__bg::after {
content: ""; content: "";

File diff suppressed because one or more lines are too long

View File

@@ -194,7 +194,7 @@ img {
inset: 0; inset: 0;
background: background:
linear-gradient(90deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, rgba(18, 18, 18, 0.9) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(0, 0, 0, 0) 100%),
url("../images/other/section-main.webp") center / cover no-repeat; url("../images/renders/led.jpg") center / cover no-repeat;
&::after { &::after {
content: ""; content: "";