This commit is contained in:
Roman Pyrih
2025-08-29 13:36:07 +02:00
parent 5381f432e1
commit 43c2862974
4 changed files with 57 additions and 26 deletions

View File

@@ -1768,6 +1768,15 @@ body.blog main.blog-page .box-1 .box--wrapper {
body.blog main.blog-page .box-1 .box-bg {
position: absolute;
inset: 0;
filter: brightness(0.7);
}
body.blog main.blog-page .box-1 .box-bg img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
-o-object-position: center;
object-position: center;
}
body.blog main.blog-page .box-1 .row {
position: relative;

File diff suppressed because one or more lines are too long

View File

@@ -1808,6 +1808,14 @@ body.blog {
.box-bg {
position: absolute;
inset: 0;
filter: brightness(0.7);
img {
width: 100%;
object-fit: cover;
height: 100%;
object-position: center;
}
}
.row {