@@ -68,31 +68,36 @@ const content = computed(() => {
68
68
top: 0 ;
69
69
left: - 8vw ;
70
70
width: 120vw ;
71
- height: calc (100 % + toRem (234 ) + toRem ( 100 ));
72
- background- image: url (' /images/warped-torus-made-of-segments.png ' );
73
- background- size: toRem ( 2040 );
71
+ height: calc (100 % + toRem (365 ));
72
+ background- image: url (' /images/warped-torus-made-of-segments.jpg ' );
73
+ background- size: vw ( 2200px );
74
74
background- origin: border- box;
75
75
background- position: center 64 % ;
76
76
background- repeat: no- repeat;
77
77
@include gridMaxMQ {
78
- height: calc (100 % + toRem (355 ));
78
+ height: calc (100 % + toRem (430 ));
79
+ background- position: center 54 % ;
80
+ }
81
+ @include large {
82
+ background- size: clamp (toRem (1700 ), vw (2200px ), toRem (1833 ));
83
+ background- position: center 44 % ;
79
84
}
80
85
81
86
@include medium {
82
- height: calc (100 % + toRem (425 ));
87
+ height: calc (100 % + toRem (480 ));
83
88
}
84
89
@include customMaxMQ (toRem (983 )) {
85
90
background- position: center bottom;
86
-
91
+ top : 2rem ;
87
92
}
88
93
@include small {
89
- height: calc ( 100 % + toRem ( 234 )) ;
94
+ height: 100 % ;
90
95
}
91
- @include tiny {
92
- background- size: 820px ;
93
- height: calc (100 % + toRem (234 ));
96
+ @include mini {
97
+ background- size: vw ( 1030px , 375px ) ;
98
+ height: calc (100 % + toRem (200 ));
94
99
top: unset;
95
- bottom: - 15 % ;
100
+ bottom: - 2rem ;
96
101
}
97
102
}
98
103
}
@@ -101,24 +106,9 @@ const content = computed(() => {
101
106
padding- right: 0 ;
102
107
padding- left: 1 .5625rem ;
103
108
margin- bottom: toRem (17 );
104
- // :deep(.button-content) {
105
- // display: flex;
106
- // align-items: center;
107
- // .arrow {
108
- // position: absolute;
109
- // right: unset;
110
- // left: toRem(-18);
111
- // transform: scaleX(-1);
112
- // }
113
- // }
114
109
& : hover,
115
110
& : focus- visible {
116
111
padding- right: 0 ;
117
- // :deep(.button-content) {
118
- // .arrow {
119
- // left: toRem(-26);
120
- // }
121
- // }
122
112
}
123
113
}
124
114
0 commit comments