From 1303160269a09dc19ee211aab748482393d4bb39 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 16 Mar 2023 19:23:55 +0100 Subject: [PATCH] aspect ratio fix --- 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 af781bf..c6a52b9 100644 --- a/src/components/servantCard.astro +++ b/src/components/servantCard.astro @@ -95,7 +95,7 @@ if (bond10 === 'false') { .bond-ce { width: 128px; - height: auto; + height: 85px; } }