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 dbf589d commit 72cd216Copy full SHA for 72cd216
src/components/Person/Person.module.css
@@ -157,13 +157,13 @@
157
z-index: 3;
158
159
.personVariation1 & {
160
- --mascot-rotate: rotate(9deg);
161
- background-position: 45% 39%;
+ --mascot-rotate: rotate(-5deg);
+ background-position: 35% 30%;
162
}
163
164
.personVariation2 & {
165
- --mascot-rotate: rotate(3deg);
166
- background-position: 100% 25%;
+ --mascot-rotate: rotate(-6deg);
+ background-position: 50% 30%;
167
168
169
.personVariation3 & {
0 commit comments