Adjust button size

pull/20/merge
Frode Petterson 2017-06-20 14:29:23 +02:00
parent 746e599208
commit aead8728d8
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ H5P.MemoryGame = (function (EventDispatcher, $) {
}, 0);
// Same size as cards
retryButton.style.fontSize = (parseFloat($wrapper.children('ul')[0].style.fontSize) * 0.5) + 'px';
retryButton.style.fontSize = (parseFloat($wrapper.children('ul')[0].style.fontSize) * 0.75) + 'px';
$wrapper[0].appendChild(retryButton); // Add to DOM
}