This commit is contained in:
2025-08-03 14:10:54 +02:00
parent 7fc5eaeb3d
commit 01d17a3814
4 changed files with 14 additions and 7 deletions

View File

@@ -175,8 +175,8 @@
}
.screen {
height: 95px;
width: 174px;
height: 110px;
width: 140px;
margin-top: 20px;
margin-bottom: 9px;
@@ -188,11 +188,15 @@
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-o-border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.charImg {
max-height: 95px;
max-width: 174px;
max-width: 125px;
height: auto;
width: auto;
}