diff --git a/README.md b/README.md index 6a096c8..fe96709 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ H5P Memory Game ========== -Test your users with memory games. +Create your own memory games and test the memory of your site users with this simple yet beautiful HTML5 game. ## License diff --git a/memory-game.css b/memory-game.css index 11f7424..5aed6ce 100644 --- a/memory-game.css +++ b/memory-game.css @@ -116,6 +116,7 @@ html .h5p-memory-game > ul { clear: both; float: right; line-height: 1.5em; + margin-right: 1em; font-size: 2em; visibility: hidden; -webkit-transform: scale(0,0) rotate(90deg); @@ -136,6 +137,7 @@ html .h5p-memory-game > ul { .h5p-memory-game .h5p-status { clear: left; + padding: 0 1em; } .h5p-memory-game .h5p-status > dt { float: left;