From 4f753c8b70ad0bd5ede01124ddbfe57fbfcddb67 Mon Sep 17 00:00:00 2001 From: chankalan Date: Mon, 7 Mar 2022 14:31:34 +0100 Subject: [PATCH] liste services sur 2 colonnes si possible --- css/ajout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/ajout.css b/css/ajout.css index ec79411..80f3c42 100644 --- a/css/ajout.css +++ b/css/ajout.css @@ -193,12 +193,12 @@ margin: 0 2em 2em 0; } .presentation article ul li { - margin-bottom: 0.3em; + margin-bottom: 0.7em; } .presentation article ul li a { display: flex; align-items: center; - + line-height: 1.4; } .presentation article ul a .fa { color: #7DBDFD; @@ -237,6 +237,9 @@ .presentation article .services ul:first-child { margin-bottom: 0; } + .presentation article ul { + column-count: 2; + } } @media screen and (min-width: 540px) {