Skip to content

Commit 092b58e

Browse files
committed
fix: mascot position for 3 and 5 persons
1 parent 005394e commit 092b58e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Person/Person.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@
167167
}
168168

169169
.personVariation3 & {
170-
--mascot-rotate: rotate(8deg);
171-
background-position: 68% 35%;
170+
--mascot-rotate: rotate(4deg);
171+
background-position: 20% 0;
172172
}
173173

174174
.personVariation4 & {
@@ -177,8 +177,8 @@
177177
}
178178

179179
.personVariation5 & {
180-
background-position: 60% 33%;
181-
--mascot-rotate: rotate(-4deg);
180+
background-position: 55% 20%;
181+
--mascot-rotate: rotate(1deg);
182182
}
183183

184184
@media (--ktl-mm-min) {

0 commit comments

Comments
 (0)