Removed all instances of justify-items and replaced with flex solution (#343)

This commit is contained in:
WBHarry 2025-07-15 14:07:07 +02:00 committed by GitHub
parent ef45cd71f8
commit 422f28c93c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View file

@ -276,7 +276,9 @@
}
.status-number {
justify-items: center;
display: flex;
align-items: center;
flex-direction: column;
&.armor-slots {
width: 95px;