From 854775011ca97201603a674d6e868ab0fd4b8b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vigh?= Date: Wed, 28 Apr 2021 20:42:42 +0200 Subject: [PATCH] tailored the style for the navigation buttons --- public/static/css/game.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/static/css/game.css b/public/static/css/game.css index 90b50d6..b81ebb3 100644 --- a/public/static/css/game.css +++ b/public/static/css/game.css @@ -195,7 +195,7 @@ } #guess { top: 10px; - left: 20px; + left: 10px; opacity: 0.95; visibility: hidden; } @@ -207,7 +207,7 @@ } #navigation { bottom: 25px; - left: 10px; + left: 5px; width: 45px; } #navigation .navigationItem { @@ -274,7 +274,7 @@ height: initial; } #guess.result { - left: 20px; + left: 10px; right: 20px; bottom: 30px; }