Skip to content

Commit 72cd216

Browse files
committed
fix(KTL-1387): fixed mascot positions
1 parent dbf589d commit 72cd216

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
@@ -157,13 +157,13 @@
157157
z-index: 3;
158158

159159
.personVariation1 & {
160-
--mascot-rotate: rotate(9deg);
161-
background-position: 45% 39%;
160+
--mascot-rotate: rotate(-5deg);
161+
background-position: 35% 30%;
162162
}
163163

164164
.personVariation2 & {
165-
--mascot-rotate: rotate(3deg);
166-
background-position: 100% 25%;
165+
--mascot-rotate: rotate(-6deg);
166+
background-position: 50% 30%;
167167
}
168168

169169
.personVariation3 & {

0 commit comments

Comments
 (0)