From 7bbcba57a217156c32626a7238e20566a3f95af5 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Fri, 4 Mar 2016 12:43:32 +0100 Subject: [PATCH] Adjust description dialog Fits better when there's only a single row --- memory-game.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memory-game.css b/memory-game.css index 9dd0a34..d3c174c 100644 --- a/memory-game.css +++ b/memory-game.css @@ -159,7 +159,7 @@ html .h5p-memory-game > ul { padding: 1em; width: 20em; position: absolute; - top: 4em; + top: 2em; left: 50%; margin-left: -10em; box-shadow: 0 0 1em #666;