From 146bf9adfb2c780897de29619d6effe039d3d18a Mon Sep 17 00:00:00 2001 From: mama Date: Wed, 18 Oct 2017 15:14:10 +0200 Subject: [PATCH] =?UTF-8?q?:art:=20D=C3=A9collement=20de=20la=20barre=20de?= =?UTF-8?q?=20r=C3=A9sultats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/Results.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/components/Results.css b/source/components/Results.css index 8df07ecbe..d69056534 100644 --- a/source/components/Results.css +++ b/source/components/Results.css @@ -1,9 +1,10 @@ #results { position: fixed; - bottom: 0; + bottom: 3%; left: 0; - width: 100%; + width: 90%; + margin: 0 5%; padding: .1em; background: #4A89DC;