From 5109e61b0d461e85724cfb3f304766f2e633ad13 Mon Sep 17 00:00:00 2001 From: Stephanie Vilayphiou Date: Sat, 1 Jun 2019 13:14:55 +0200 Subject: [PATCH] fixing total height --- css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/stylesheet.css b/css/stylesheet.css index 212a0cc..90468a7 100644 --- a/css/stylesheet.css +++ b/css/stylesheet.css @@ -161,7 +161,7 @@ div#relearn-infos ul { #curve { width: 55%; padding : 1em 2em; - height: 100vh; + height: 87vh; overflow: auto; padding-bottom: 4em; }