This commit is contained in:
2025-08-03 13:58:48 +02:00
parent fbcf44cae2
commit b18286ac5a
6 changed files with 21 additions and 22 deletions

View File

@@ -17,6 +17,7 @@
display: flex;
justify-content: flex-start;
border-bottom: #5e0000;
};
.charInfo {
@@ -144,7 +145,8 @@
display: flex;
flex-direction: column;
align-items: center;
width: 200px
width: 200px;
border-right: #5e0000;
}
.imgBox {
@@ -163,6 +165,9 @@
border-top: 40px solid #b0b0b0;
border-left: 40px solid #c00d0d;
height: 0;
float: left;
position: absolute;
left: 20px;
position: absolute;
bottom: 0;
@@ -170,8 +175,11 @@
}
.charImg {
height: 95px;
width: 174px;
max-height: 95px;
max-width: 174px;
height: auto;
width: auto;
margin-top: 20px;
margin-bottom: 9px;
background-color: #fff;