File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 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 ;
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 ;
Original file line number Diff line number Diff line change @@ -9893,7 +9893,7 @@ a.hover-opacity:hover {
98939893}
98949894
98959895.hero {
9896- margin-top : 64 px ;
9896+ margin-top : 78 px ;
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
You can’t perform that action at this time.
0 commit comments