From 5f9359144e7c755363456950099607d1c63c50d0 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Wed, 26 Feb 2025 06:22:44 +0100 Subject: [PATCH] Improved entity tile text alignment. --- components/entities/tile.vue | 2 ++ 1 file changed, 2 insertions(+) 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;