From c3b825cc447cae8ed56dddd65dd507d0ed2b2ea9 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Wed, 20 Jul 2022 16:59:40 -0700 Subject: [PATCH] Adjust card positioning --- web/public/mtg/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/mtg/index.html b/web/public/mtg/index.html index 8ca9264c..722e4714 100644 --- a/web/public/mtg/index.html +++ b/web/public/mtg/index.html @@ -66,7 +66,7 @@ background-size: 220px; background-repeat: no-repeat; transition: height 1s, background-image 1s, border 0.4s 0.6s; - background-position-y: calc(50% - 20px); + background-position-y: calc(50% - 18px); } .card:not([data-name^='name'])::after {