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