diff --git a/images/gonette.png b/images/gonette.png new file mode 100644 index 0000000..2321f5c Binary files /dev/null and b/images/gonette.png differ diff --git a/index.html b/index.html index eaff25e..8bb7175 100755 --- a/index.html +++ b/index.html @@ -287,6 +287,10 @@ +
+ Un G à double barre accompagné de la mention "Nous prenons la Gonette" +
+ diff --git a/style.css b/style.css index 7ea8c98..eb3a974 100755 --- a/style.css +++ b/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 */ section .content .historique,