From 857b5069b68dfc9f8a041d68ae03ffc85e8614fe Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 20 Jun 2017 13:42:14 +0200 Subject: [PATCH] Make sure card back covers popup image --- memory-game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/memory-game.css b/memory-game.css index e4140ed..da2a72b 100644 --- a/memory-game.css +++ b/memory-game.css @@ -232,6 +232,7 @@ text-align: center; overflow: hidden; box-shadow: 0 0 1em rgba(125,125,125,0.5); + background-size: cover; } .h5p-memory-game .h5p-memory-image:first-child { top: 1em;