From 12157cccc11668fa689a36a15836f51d7695989e Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 16 Mar 2023 19:31:23 +0100 Subject: [PATCH] typing is hard --- src/components/servantCard.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/servantCard.astro b/src/components/servantCard.astro index c887e6c..84931b5 100644 --- a/src/components/servantCard.astro +++ b/src/components/servantCard.astro @@ -128,7 +128,7 @@ if (bond10 === 'false') { .bond-ce { width: 128px; - height: 85px; + height: 58px; } }