From 30d2402b1ae074089e3a5c827d8ea5de854dbb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Sun, 29 Dec 2024 23:23:06 +0100 Subject: [PATCH 1/2] =?UTF-8?q?le=20justifi=C3=A9=20c'est=20nul?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1035454..8c4ca14 100644 --- a/index.html +++ b/index.html @@ -132,7 +132,7 @@ <!-- La communauté --> <div class="container is-fluid pt-5 has-background-main"> - <div class="content has-text-justified three-quarter-size p-5"> + <div class="content three-quarter-size p-5"> <h1 class="title is-size-3 has-text-centered mt-5">La communauté</h1> <p> Créé autour de la plateforme propriétaire Discord dans le but de @@ -156,7 +156,7 @@ <!-- Les services --> <div class="container is-fluid pt-5 has-background-main" id="services"> - <div class="content has-text-justified three-quarter-size p-5"> + <div class="content three-quarter-size p-5"> <h1 class="title is-size-3 has-text-centered mt-5">Les services</h1> <!-- Recherche --> @@ -545,7 +545,7 @@ <!-- Les partenaires --> <div class="container is-fluid pt-5 has-background-main"> - <div class="content has-text-justified three-quarter-size p-5"> + <div class="content three-quarter-size p-5"> <h1 class="title is-size-3 has-text-centered mt-5">Les partenaires</h1> <p> Nous remercions les autres projets qui hébergent gracieusement les From 8406a5ffe2cac4df53728e3d903cafe31e3dd329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gramain?= <mael@enpls.org> Date: Sun, 29 Dec 2024 23:24:41 +0100 Subject: [PATCH 2/2] fix navbar background color --- assets/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index beff1e2..609c4c5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -52,11 +52,13 @@ body { --bulma-navbar-burger-color: #eff8e2; --bulma-navbar-background-color: #23022e; --bulma-navbar-item-color: #eff8e2; - margin: 0 auto; box-shadow: 10px 10px 0px -5px #cecfc7; background-color: #23022e !important; } +.navbar-menu { + --bulma-navbar-background-color: #23022e; +} .navbar-item:hover:not(.navbar-brand > a:nth-child(1)) { background-color: #eff8e2; color: #23022e;