pop14
This commit is contained in:
parent
88705b5a06
commit
708afd9a32
@ -211,6 +211,12 @@ body {
|
|||||||
Character Window
|
Character Window
|
||||||
========================= */
|
========================= */
|
||||||
|
|
||||||
|
.character {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
#character-ui {
|
#character-ui {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -228,8 +234,9 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.character img {
|
.character img {
|
||||||
height: 280px;
|
height: 260px;
|
||||||
margin-top: -10px;
|
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