Skip to content

Commit de3c20c

Browse files
Lisofffaalsakhaev
authored andcommitted
fix: correct part styles
1 parent ae1c696 commit de3c20c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/src/components/HomePage/HeroSection.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
.img {
1313
position: absolute;
14-
top: -2.1875rem;
14+
top: -3rem;
1515
left: 0;
1616
right: 0;
1717
bottom: 0;
@@ -79,7 +79,7 @@
7979
display: block;
8080
width: auto;
8181
height: auto;
82-
top: -15rem;
82+
top: -14rem;
8383
object-fit: contain;
8484
}
8585
}

website/src/components/ThemeImage/ThemeImage.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
&:hover {
77
transition: all 0.2s ease;
8-
transform: scale(1.2);
8+
transform: scale(1.01);
99
}
1010
}
1111

@@ -40,7 +40,7 @@
4040

4141
&:hover {
4242
transition: all 0.2s ease;
43-
transform: scale(1.2);
43+
transform: scale(1.01);
4444
}
4545

4646
@media (max-width: 1185px) {

0 commit comments

Comments
 (0)