This commit is contained in:
Cay 2026-03-13 16:03:44 +00:00
parent 88705b5a06
commit 708afd9a32
2 changed files with 9 additions and 2 deletions

View File

@ -211,6 +211,12 @@ body {
Character Window
========================= */
.character {
display: flex;
align-items: center;
justify-content: center;
}
#character-ui {
display: flex;
justify-content: center;
@ -228,8 +234,9 @@ body {
}
.character img {
height: 280px;
margin-top: -10px;
height: 260px;
object-fit: contain;
filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.6));
}
/* =========================

BIN
public/images/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB