changed some pixels
This commit is contained in:
parent
17cbf27395
commit
c6ea364218
|
@ -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]
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user