Ajout du logo de la Gonette
This commit is contained in:
parent
ccd5d2ec8f
commit
82cac0dc35
BIN
images/gonette.png
Normal file
BIN
images/gonette.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
|
@ -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>
|
||||||
|
|
||||||
|
|
16
style.css
16
style.css
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue