We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4945fcd commit 7a83fc0Copy full SHA for 7a83fc0
src/index.webc
@@ -165,25 +165,22 @@ description: "art director/designer"
165
margin: 0 auto;
166
}
167
168
+ :is(#pampers, #mowers) aside {
169
+ display: flex;
170
+ align-items: center;
171
+ justify-content: center;
172
+ }
173
+
174
#mowers img.box {
175
width: 80%;
176
177
178
#mowers img.tube {
- position: absolute;
179
width: 20%;
- top: 0;
- left: 80%;
180
transform: translateY(calc(15% * calc(var(--scroll-pct) - 0.3)));
181
182
- #pampers aside {
- display: flex;
- align-items: center;
183
- justify-content: center;
184
- }
185
-
186
- #pampers aside picture {
+ :is(#pampers, #mowers) aside picture {
187
display: contents;
188
189
0 commit comments