From 56fb2ce79cb3ebcf2ceb36b3d882a3c6e42345f0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 28 Feb 2018 21:53:41 +0100 Subject: [PATCH] CSS : esthetic div.box (dashboard) width : 98% --- html/style-classic7.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style-classic7.css b/html/style-classic7.css index 3e1cdef4d..de457aaa8 100644 --- a/html/style-classic7.css +++ b/html/style-classic7.css @@ -1498,7 +1498,7 @@ div.box { } @media only screen and (max-width: 955px) { div.box { - width: 95%; + width: 98%; height: 380px; } }