edit blocks (gendir 7 + photos FINAL)

This commit is contained in:
2026-06-19 17:51:48 +03:00
parent 91126bc813
commit 942bbe4597
10 changed files with 76 additions and 70 deletions

View File

@@ -5,6 +5,8 @@
box-sizing: border-box;
}
html{scroll-behavior: smooth;}
html,
body {
background: $color-bg;
@@ -484,7 +486,8 @@ img {
.objects {
background-image: url(../images/bg-pattern.svg);
background-position: center;
background-position: 50% 10%;
background-attachment: fixed;
.section__head {
margin-bottom: 64px;
}
@@ -585,6 +588,7 @@ img {
&:hover {
.object-card__image {
transform: scale(1.02);
filter: brightness(1.5);
}
.object-card__content {