mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Removed all instances of justify-items and replaced with flex solution (#343)
This commit is contained in:
parent
ef45cd71f8
commit
422f28c93c
4 changed files with 9 additions and 4 deletions
|
|
@ -60,7 +60,9 @@
|
|||
}
|
||||
|
||||
.status-number {
|
||||
justify-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
.status-value {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue