style/edit #15

Merged
elarmethu merged 2 commits from style/edit into main 2026-05-27 10:57:45 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 7ce71ffa33 - Show all commits

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: "";