From c625e6471a32ed735e40d6254c924e8e7f650326 Mon Sep 17 00:00:00 2001 From: cfalas <34488895+cfalas@users.noreply.github.com> Date: Sat, 8 Jun 2019 13:56:41 +0300 Subject: [PATCH] Fixed dimensions of instruction When the width of the window is approximately between 880 and 950px, the instructions were not fully contained within the right pane, because of the mismatch between the width of the pane and the instructions. However, this was not visible in the majority of the cases because of the min-width and max-width --- css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/site.css b/css/site.css index ad196278..5e516aab 100644 --- a/css/site.css +++ b/css/site.css @@ -271,7 +271,7 @@ position: fixed; right: 0px; top: 60px; - width: 45%; + width: 33.33%; max-width: 340px; min-width: 200px; height: 95%;