Ajout du logo de la Gonette

This commit is contained in:
Matt Marcha 2021-01-06 16:51:11 +01:00
parent ccd5d2ec8f
commit 82cac0dc35
3 changed files with 20 additions and 0 deletions

BIN
images/gonette.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -287,6 +287,10 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="labels">
<a class="soberlink" href="http://www.lagonette.org/p0499/" target="_blank"><img class="label gonette" src="images/gonette.png" width="150" height="150" alt='Un G à double barre accompagné de la mention "Nous prenons la Gonette"'/></a>
</div>
</div> </div>
</section> </section>

View file

@ -510,6 +510,22 @@ section#prestations .content ul{
/* --- */ /* --- */
/* Labels */
section#prestations .labels {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
section#prestations .labels .label {
flex: 0 0 auto;
}
/* --- */
/* LISTES FUNKY */ /* LISTES FUNKY */
section .content .historique, section .content .historique,