Improved entity tile text alignment.
This commit is contained in:
parent
1d60ea0b0b
commit
5f9359144e
|
@ -47,6 +47,8 @@ defineProps({
|
||||||
border-radius: .5rem;
|
border-radius: .5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: var(--shadow-strong-30);
|
background: var(--shadow-strong-30);
|
||||||
|
text-align: center;
|
||||||
|
line-height: 1.25;
|
||||||
color: var(--text-light);
|
color: var(--text-light);
|
||||||
font-size: 1.25rem;
|
font-size: 1.25rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue