From 0b52a9fced50046be50e957ea99f31b0e20cdd2a Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 3 Aug 2025 23:29:57 +0200 Subject: [PATCH] fix: :lipstick: adjust text size for artist credit --- src/components/ability.webc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ability.webc b/src/components/ability.webc index 5ce6716..945bdb6 100644 --- a/src/components/ability.webc +++ b/src/components/ability.webc @@ -66,6 +66,7 @@ :host .copyright { grid-area: copyright; + font-size: 0.625em; margin: 0; }