changed some pixels

This commit is contained in:
marsteralex 2022-08-15 20:25:08 -04:00
parent 17cbf27395
commit c6ea364218
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ function putIntoMap(data) {
} }
if (whichGuesser === 'basic') { if (whichGuesser === 'basic') {
name = name =
'<img class="symbol" style="width: 15px; height: 15px" src="' + '<img class="symbol" style="width: 17px; height: 17px" src="' +
sets[name][1] + sets[name][1] +
'" /> ' + '" /> ' +
sets[name][0] sets[name][0]

View File

@ -77,7 +77,7 @@
} }
.answer-page .card { .answer-page .card {
height: 350px; height: 353px;
/*padding-top: 310px;*/ /*padding-top: 310px;*/
/*background-size: cover;*/ /*background-size: cover;*/
overflow: hidden; overflow: hidden;