This commit is contained in:
Chris Chen
2025-11-06 07:10:28 -08:00
parent b41c01e6f7
commit b44834343a
8 changed files with 24 additions and 7 deletions
@@ -4,20 +4,23 @@
&.roamingMonster {
width: 95%;
max-height: 80%;
left: 0;
}
&.mobLeader {
z-index: 3;
width: 70%;
max-height: 80%;
top: 40px;
left: 0;
}
&.mobMinion {
width: 60%;
max-height: 80%;
right: 0;
top: 0;
}
}
.mobBg {
position: absolute;
position: relative;
z-index: 1;
}