From 0865533a9c9958cd3cb9b7caef36cf4b0afa6f8f Mon Sep 17 00:00:00 2001 From: jocavdh Date: Wed, 5 Jun 2019 20:22:24 +0200 Subject: [PATCH] spacing issue fixed --- 2019/Joca_van_der_Horst/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/2019/Joca_van_der_Horst/style.css b/2019/Joca_van_der_Horst/style.css index 44d62a7..3753cde 100644 --- a/2019/Joca_van_der_Horst/style.css +++ b/2019/Joca_van_der_Horst/style.css @@ -115,8 +115,7 @@ } .chat { - padding: 10% 0 8% 0; - height: calc(90% - 60px); + height: calc(100% - 60px); } .messages div {