Removed all instances of justify-items and replaced with flex solution

This commit is contained in:
WBHarry 2025-07-15 03:56:25 +02:00
parent a768b1dfdb
commit d129ddedd2
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;