File tree 3 files changed +9
-15
lines changed
3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -99,23 +99,17 @@ const scrollToTop = async () => {
99
99
content: ' ' ;
100
100
position: absolute;
101
101
top: 0 ;
102
- left: calc ( 50 % - $halfGridWidth - 3rem ) ;
103
- width: calc ( 100 % + 10rem ) ;
102
+ left: 0 ;
103
+ width: 100 % ;
104
104
height: 100 % ;
105
- background- size: 1439px 1200px ;
106
- background- position: 315px - 29px ;
105
+ background- position: right bottom;
107
106
background- repeat: no- repeat;
108
- background- image: url (' /images/ring-of-cross-sections-on-angle.jpg' );
109
- @include gridMaxMQ {
110
- height: calc (100 % + 3rem );
111
- width: 100 % ;
112
- top: - 3rem ;
113
- left: calc (100 % - 52rem );
114
- background- position: center - 106px ;
107
+ background- image: url (' /images/ring-of-cross-sections-on-angle-footer.png' );
108
+ @include mini {
109
+ background- position: 4rem - 5 .5rem ;
115
110
}
116
- @include small {
117
- left: 0 ;
118
- width: 100 % ;
111
+ @include tiny {
112
+ background- position: 4rem - 3 .5rem ;
119
113
}
120
114
}
121
115
}
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ onMounted(() => {
415
415
left: calc (50 % - $halfGridWidth - 3rem );
416
416
z- index: - 1 ;
417
417
width: toRem (1400 );
418
- height: calc (toRem (866 ) + toRem (68 ) + toRem (234 )); // section height + top displacement + footer height
418
+ height: calc (toRem (866 ) + toRem (68 ) + toRem (234 ) - 1rem ); // section height + top displacement + footer height - 1rem
419
419
background- image: url (' /images/ring-of-cross-sections-from-above.jpg' );
420
420
background- size: 1300px ;
421
421
background- position: center top;
You can’t perform that action at this time.
0 commit comments