From 0d6f4f0ad97c01e787d596c1fe617855010a80f6 Mon Sep 17 00:00:00 2001 From: adplantade Date: Tue, 30 Jun 2020 18:22:43 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9duction=20de=20l'=C3=A9cart=20entre=20le?= =?UTF-8?q?s=20colonnes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/code/index.css b/code/index.css index de329fa..110f0ed 100644 --- a/code/index.css +++ b/code/index.css @@ -1,7 +1,7 @@ .all-container { display : flex; - justify-content: space-evenly; + justify-content: center; /* align-items: baseline; width : min-content; @@ -15,6 +15,8 @@ display : flex; align-items: baseline; width : min-content; + + margin: 20px; /* Then we define the flow direction and if we allow the items to wrap * Remember this is the same as: @@ -46,6 +48,7 @@ display : flex; align-items: baseline; width : min-content; + margin: 20px; /* Then we define the flow direction and if we allow the items to wrap * Remember this is the same as: