From 858cdc2ad3745ad5d85da1c631f6839bbf79f136 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 16 Mar 2023 18:53:24 +0100 Subject: [PATCH] CE scaling fix --- src/components/servantCard.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/servantCard.astro b/src/components/servantCard.astro index 02226e6..af781bf 100644 --- a/src/components/servantCard.astro +++ b/src/components/servantCard.astro @@ -95,6 +95,7 @@ if (bond10 === 'false') { .bond-ce { width: 128px; + height: auto; } }