pop14
This commit is contained in:
parent
88705b5a06
commit
708afd9a32
@ -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
BIN
public/images/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 MiB |
Loading…
Reference in New Issue
Block a user