Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f2609ca187 | |||
| 4eeea52e7a |
@@ -25,7 +25,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
body, p {
|
body, p {
|
||||||
font-family: "Zodiak-Variable", sans-serif;
|
font-family: "ClashGrotesk-Variable", sans-serif;
|
||||||
font-variation-settings: 'wght' 400.0;
|
font-variation-settings: 'wght' 400.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
font-family: "Zodiak-Variable", sans-serif;
|
||||||
font-variation-settings: 'wght' 600.0;
|
font-variation-settings: 'wght' 600.0;
|
||||||
color: var(--yellow);
|
color: var(--yellow);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,25 +7,25 @@ service:
|
|||||||
- name : Entretien classique de jardins
|
- name : Entretien classique de jardins
|
||||||
icon : #ti-world # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-world # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Tonte pelouse
|
Tonte pelouse
|
||||||
Débroussaillage
|
Débroussaillage
|
||||||
Taille haies et arbustes
|
Taille haies et arbustes
|
||||||
Désherbage raisonné
|
Désherbage raisonné
|
||||||
Petit élagage
|
Petit élagage
|
||||||
Soin et protection des plantes
|
Soin et protection des plantes
|
||||||
Ramassage feuilles
|
Ramassage feuilles
|
||||||
|
|
||||||
# service item loop
|
# service item loop
|
||||||
- name : Accompagnement sur-mesure
|
- name : Accompagnement sur-mesure
|
||||||
icon : #ti-layout # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-layout # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Diagnostic de votre jardin
|
Diagnostic de votre jardin
|
||||||
Baisse des coûts d’entretien
|
Baisse des coûts d’entretien
|
||||||
Inventaire et cartographie
|
Inventaire et cartographie
|
||||||
Plan de suivi et d’entretien personnalisé
|
Plan de suivi et d’entretien personnalisé
|
||||||
Gestion différenciée du jardin
|
Gestion différenciée du jardin
|
||||||
Semis de végétaux locaux
|
Semis de végétaux locaux
|
||||||
Installation de foyers de biodiversité
|
Installation de foyers de biodiversité
|
||||||
Écriteaux personnalisés
|
Écriteaux personnalisés
|
||||||
|
|
||||||
|
|
||||||
@@ -33,13 +33,13 @@ service:
|
|||||||
- name : Approche écologique
|
- name : Approche écologique
|
||||||
icon : #ti-blackboard # themify icon pack : https://themify.me/themify-icons
|
icon : #ti-blackboard # themify icon pack : https://themify.me/themify-icons
|
||||||
content : |
|
content : |
|
||||||
Outillage manuel et électrique
|
Outillage manuel et électrique
|
||||||
Broyage sur place
|
Broyage sur place
|
||||||
Gestion circulaire des déchets
|
Gestion circulaire des déchets
|
||||||
Paillage d’hiver et couvert végétal
|
Paillage d’hiver et couvert végétal
|
||||||
Tonte différenciée & fauche tardive
|
Tonte différenciée & fauche tardive
|
||||||
Accompagnement compost
|
Accompagnement compost
|
||||||
Installation diffuseurs d'eau et récupérateurs d’eau
|
Installation diffuseurs d'eau et récupérateurs d’eau
|
||||||
Préparation du sol pour un potager
|
Préparation du sol pour un potager
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ html {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: #353b43;
|
background-color: #353b43;
|
||||||
font-family: "Anaheim", sans-serif;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
@@ -25,15 +24,9 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-weight: 400;
|
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
|
||||||
color: #afbac4;
|
color: #afbac4;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
|
||||||
font-family: "Quattrocento Sans", sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
[scroll-behavior=smooth] {
|
[scroll-behavior=smooth] {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
@@ -429,7 +422,6 @@ a:hover {
|
|||||||
background-color: #004938;
|
background-color: #004938;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-family: "ClashGrotesk-Variable", sans-serif;
|
|
||||||
font-variation-settings: 'wght' 600.0;
|
font-variation-settings: 'wght' 600.0;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
@@ -510,7 +502,6 @@ a:hover {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-family: "Zodiak-Variable", sans-serif;
|
|
||||||
font-variation-settings: 'wght' 400.0;
|
font-variation-settings: 'wght' 400.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user