From aead8728d8b1fc1a2b6c4a82d3e01c379898eb53 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 20 Jun 2017 14:29:23 +0200 Subject: [PATCH] Adjust button size --- memory-game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-game.js b/memory-game.js index 976d8d0..a0029f6 100644 --- a/memory-game.js +++ b/memory-game.js @@ -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 }