Skip to content

Commit

Permalink
Make middleSection less higher so it doesn't cover the lowerSection
Browse files Browse the repository at this point in the history
  • Loading branch information
Megaemce committed Jul 22, 2023
1 parent d56a554 commit 5f05294
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/character.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ div.mouthClothes {

div.middleSection {
width: 55%;
height: 22%;
aspect-ratio: 55/22;
height: 19%;
aspect-ratio: 55/19;
margin-top: -8%;

z-index: 2;
Expand All @@ -195,7 +195,7 @@ div.chestClothes {
div.arms {
width: 80%;
aspect-ratio: 80/100;
margin-top: 5%;
margin-top: 14%;

z-index: 3;
position: absolute;
Expand All @@ -206,8 +206,8 @@ div.arms {
div.leftArm,
div.rightArm {
width: 25%;
height: 78%;
aspect-ratio: 25/78;
height: 90%;
aspect-ratio: 25/90;

position: relative;

Expand Down Expand Up @@ -304,7 +304,7 @@ div.lowerSection {
width: 31%;
height: 23%;
aspect-ratio: 31/23;
margin-top: -7%;
margin-top: -2%;

z-index: 1;
position: relative;
Expand Down

0 comments on commit 5f05294

Please sign in to comment.