edit blocks (gendir 7 + photos FINAL)
This commit is contained in:
@@ -62,6 +62,10 @@ table {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
background: #121212;
|
||||
@@ -494,7 +498,8 @@ img {
|
||||
|
||||
.objects {
|
||||
background-image: url(../images/bg-pattern.svg);
|
||||
background-position: center;
|
||||
background-position: 50% 10%;
|
||||
background-attachment: fixed;
|
||||
}
|
||||
.objects .section__head {
|
||||
margin-bottom: 64px;
|
||||
@@ -583,6 +588,7 @@ img {
|
||||
}
|
||||
.object-card:hover .object-card__image {
|
||||
transform: scale(1.02);
|
||||
filter: brightness(1.5);
|
||||
}
|
||||
.object-card:hover .object-card__content {
|
||||
transform: translateY(-4px);
|
||||
|
||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 357 KiB After Width: | Height: | Size: 358 KiB |
BIN
assets/images/icon_max.png
Normal file
BIN
assets/images/icon_max.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user