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

@ -215,7 +215,9 @@
justify-content: center;
.status-number {
justify-items: center;
display: flex;
align-items: center;
flex-direction: column;
.status-value {
position: relative;

View file

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

View file

@ -92,7 +92,6 @@
position: relative;
width: 100px;
height: 40px;
justify-items: center;
.status-label {
position: relative;

View file

@ -60,7 +60,9 @@
}
.status-number {
justify-items: center;
display: flex;
align-items: center;
flex-direction: column;
.status-value {
position: relative;