We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005394e commit 092b58eCopy full SHA for 092b58e
src/components/Person/Person.module.css
@@ -167,8 +167,8 @@
167
}
168
169
.personVariation3 & {
170
- --mascot-rotate: rotate(8deg);
171
- background-position: 68% 35%;
+ --mascot-rotate: rotate(4deg);
+ background-position: 20% 0;
172
173
174
.personVariation4 & {
@@ -177,8 +177,8 @@
177
178
179
.personVariation5 & {
180
- background-position: 60% 33%;
181
- --mascot-rotate: rotate(-4deg);
+ background-position: 55% 20%;
+ --mascot-rotate: rotate(1deg);
182
183
184
@media (--ktl-mm-min) {
0 commit comments