From bbc6d78a1529a76749e52f1974e837af97b0cbdc Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Tue, 6 Mar 2018 15:20:21 +0100 Subject: [PATCH] =?UTF-8?q?:art:=20Utilise=20CSS=20pour=20la=20marge=20des?= =?UTF-8?q?=20ic=C3=B4nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/Results.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/components/Results.css b/source/components/Results.css index a3ff326cf..465f83725 100644 --- a/source/components/Results.css +++ b/source/components/Results.css @@ -53,7 +53,9 @@ flex-wrap: wrap; margin: 0 auto; } - +#results i { + margin-right: 0.6em; +} #results li { margin: 0 1.2em; display: inline-block;