From c6ea36421834a52b067db824f5bddb440d71b260 Mon Sep 17 00:00:00 2001 From: marsteralex Date: Mon, 15 Aug 2022 20:25:08 -0400 Subject: [PATCH] changed some pixels --- web/public/mtg/app.js | 2 +- web/public/mtg/guess.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/mtg/app.js b/web/public/mtg/app.js index 15626371..182d323f 100644 --- a/web/public/mtg/app.js +++ b/web/public/mtg/app.js @@ -167,7 +167,7 @@ function putIntoMap(data) { } if (whichGuesser === 'basic') { name = - ' ' + sets[name][0] diff --git a/web/public/mtg/guess.html b/web/public/mtg/guess.html index fb061279..feb6805f 100644 --- a/web/public/mtg/guess.html +++ b/web/public/mtg/guess.html @@ -77,7 +77,7 @@ } .answer-page .card { - height: 350px; + height: 353px; /*padding-top: 310px;*/ /*background-size: cover;*/ overflow: hidden;