diff --git a/components/entities/tile.vue b/components/entities/tile.vue index f9b3f1d..b7acbca 100644 --- a/components/entities/tile.vue +++ b/components/entities/tile.vue @@ -47,6 +47,8 @@ defineProps({ border-radius: .5rem; position: relative; background: var(--shadow-strong-30); + text-align: center; + line-height: 1.25; color: var(--text-light); font-size: 1.25rem; font-weight: bold;