From d8f5fa93518957b954b5237648e8d61dcf3df833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 16 Jul 2023 11:30:08 +0200 Subject: [PATCH] Style --- BCG/index.html | 2 +- BCT/index.html | 2 +- BFI/index.html | 2 +- res/style.css | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/BCG/index.html b/BCG/index.html index fc0d1ec..8c90a5a 100755 --- a/BCG/index.html +++ b/BCG/index.html @@ -38,7 +38,7 @@ /20

Note finale

-
+

Décision

diff --git a/BCT/index.html b/BCT/index.html index 0c793aa..68f860e 100755 --- a/BCT/index.html +++ b/BCT/index.html @@ -38,7 +38,7 @@ /20

Note finale

-
+

Décision

diff --git a/BFI/index.html b/BFI/index.html index d9a5ab2..f1072e7 100755 --- a/BFI/index.html +++ b/BFI/index.html @@ -38,7 +38,7 @@ /20

Note finale

-
+

Décision

diff --git a/res/style.css b/res/style.css index 8ca1bd5..747a94c 100755 --- a/res/style.css +++ b/res/style.css @@ -83,6 +83,10 @@ div.content { gap: 15px; } +#resultat .decision { + width: 100%; +} + #resultat div, .choix-appli-wrapper div { padding: 15px; border: 1px solid #ddd;