Center avatar labels

This commit is contained in:
KingRainbow44 2023-04-06 23:59:45 -04:00
parent 757d682cd6
commit f594e8918b
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -3,7 +3,7 @@
flex-direction: column; flex-direction: column;
max-width: 100px; max-width: 100px;
max-height: 150px; max-height: 125px;
border-radius: 15px; border-radius: 15px;
height: 100%; height: 100%;
@ -15,22 +15,22 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
max-width: 100px; max-width: 96px;
max-height: 100px; max-height: 96px;
} }
.Character_Label { .Character_Label {
display: flex; display: flex;
align-items: center;
justify-content: center; justify-content: center;
align-items: center;
background-color: var(--secondary-color); background-color: var(--secondary-color);
max-width: 100px; max-width: 100px;
height: 50px; height: 30px;
p { p {
font-size: 18px; font-size: 18px;
text-align: center; text-align: center;
height: 100%;
} }
} }