From f99003cf4cf6f8ab8674d5f76dd7a96e1467b542 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 20 Jun 2017 10:20:01 +0200 Subject: [PATCH] Fix image alignment in popup --- memory-game.css | 1 + 1 file changed, 1 insertion(+) diff --git a/memory-game.css b/memory-game.css index 510444b..6a1ab7b 100644 --- a/memory-game.css +++ b/memory-game.css @@ -218,6 +218,7 @@ } .h5p-memory-game .h5p-memory-image { display: inline-block; + line-height: 6; position: relative; top: 1.5em; left: -0.5em;