Skip to content

Commit 3edf6cd

Browse files
committed
hero
1 parent f081740 commit 3edf6cd

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

_scss/pages/_home-page.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@
7070
}
7171

7272
.hero {
73-
74-
margin-top: 64px;
73+
margin-top: 78px;
7574
background-size: cover;
7675
background-repeat: no-repeat;
7776
background-position: right bottom;
@@ -80,13 +79,11 @@
8079
background-image: url('/images/hero.png');
8180
height: 80vh;
8281
max-height: 540px;
83-
margin-top: 64px;
84-
background-position: 40%;
82+
background-position: 60%;
8583
}
8684
@include media-breakpoint-up(lg) {
8785
height: 80vh;
88-
max-height: 600px;
89-
margin-top: 64px;
86+
max-height: 640px;
9087
}
9188
@include media-breakpoint-up(xl) {
9289
background-size: cover;

css/main.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9893,7 +9893,7 @@ a.hover-opacity:hover {
98939893
}
98949894

98959895
.hero {
9896-
margin-top: 64px;
9896+
margin-top: 78px;
98979897
background-size: cover;
98989898
background-repeat: no-repeat;
98999899
background-position: right bottom;
@@ -9905,16 +9905,14 @@ a.hover-opacity:hover {
99059905
background-image: url("/images/hero.png");
99069906
height: 80vh;
99079907
max-height: 540px;
9908-
margin-top: 64px;
9909-
background-position: 40%;
9908+
background-position: 60%;
99109909
}
99119910
}
99129911

99139912
@media (min-width: 992px) {
99149913
.hero {
99159914
height: 80vh;
9916-
max-height: 600px;
9917-
margin-top: 64px;
9915+
max-height: 640px;
99189916
}
99199917
}
99209918

images/hero.png

452 KB
Loading

0 commit comments

Comments
 (0)