From 3e348ad4910e8b5b4a8efc1f922c2c28875408ef Mon Sep 17 00:00:00 2001 From: Vincent Calame Date: Thu, 26 Jan 2023 16:19:46 +0100 Subject: [PATCH] Ajustement de CSS --- css/main.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 96cb957..557228b 100644 --- a/css/main.css +++ b/css/main.css @@ -281,10 +281,9 @@ table { .sommaire-Summary { padding: 1rem; - font-family: 'metropolislight'; + font-family: 'metropolismedium'; color: #203636; font-size: 1.7rem; - font-weight: bold; list-style: none; } @@ -294,15 +293,22 @@ table { .sommaire-Summary::after { content: " ⏵"; + /*content: " ⯈"; + content: " ▶";*/ + font-family: sans-serif; } .sommaire-Details[open] .sommaire-Summary::after { content: " ⏷"; + /*content: " ⯆"; + content: " ▼";*/ + font-family: sans-serif; } .sommaire-Liste { column-count: 3; padding-bottom: 2rem; + font-size: 0.8em; } .sommaire-Liste li { @@ -312,6 +318,8 @@ table { border-bottom-width: thin; border-bottom-style: solid; border-bottom-color: #cbddafe8; + break-inside: avoid; + line-height: 1.8; } /* ----------------------------- */