Compare commits
2 commits
c68f86ee94
...
8406a5ffe2
Author | SHA1 | Date | |
---|---|---|---|
8406a5ffe2 | |||
30d2402b1a |
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue