diff --git a/data/fr/skill.yml b/data/fr/skill.yml index 07dafba..38ac521 100644 --- a/data/fr/skill.yml +++ b/data/fr/skill.yml @@ -6,6 +6,9 @@ skill: content : | Vos cyclistes jardiniers sont en capacité de venir s’occuper de vos jardins sur les communes de Bordeaux, Bègles, Villenave d’Ornon, Talence, Pessac, Mérignac, Le Bouscat, Bruges et Floirac. A Bordeaux, nous passons dans tous les quartiers, de l'hypercentre à Caudéran, Chartrons, Grand Parc, Jardin Public, La Bastide, Nansouty, Saint-Genès, Saint-Augustin, Tauzin, Alphonse Dupeux, La Benauge, Saint-Jean, Bacalan, Saint Seurin, Faudondège, Quinconces, Capucins, Victoire, Mériadeck, Saint-Pierre, Ginko, Saint-Bruno. + content_blocks: + - Vos cyclistes jardiniers sont en capacité de venir s’occuper de vos jardins sur les communes de Bordeaux, Bègles, Villenave d’Ornon, Talence, Pessac, Mérignac, Le Bouscat, Bruges et Floirac. + - A Bordeaux, nous passons dans tous les quartiers, de l'hypercentre à Caudéran, Chartrons, Grand Parc, Jardin Public, La Bastide, Nansouty, Saint-Genès, Saint-Augustin, Tauzin, Alphonse Dupeux, La Benauge, Saint-Jean, Bacalan, Saint Seurin, Faudondège, Quinconces, Capucins, Victoire, Mériadeck, Saint-Pierre, Ginko, Saint-Bruno. # image : images/about/company-growth.webp image : images/about/carte.svg call_to_action : diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index 34baa4b..b8ab5db 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -521,14 +521,14 @@ a:hover { .hero-area .block p { color: #fff; - font-size: 40px; + font-size: 30px; width: 70%; margin: 0 auto; } @media (max-width: 992px) { .hero-area .block p { - font-size: 30px; + font-size: 25px; } } diff --git a/themes/meghna-hugo/layouts/partials/feature.html b/themes/meghna-hugo/layouts/partials/feature.html index ea07a7a..027fa88 100644 --- a/themes/meghna-hugo/layouts/partials/feature.html +++ b/themes/meghna-hugo/layouts/partials/feature.html @@ -15,7 +15,9 @@

{{ .title | markdownify }}

{{ .content | markdownify }}

{{ with .call_to_action }} - {{ .text }} +
+ {{ .text }} +
{{ end }}
{{ range .feature_item }} diff --git a/themes/meghna-hugo/layouts/partials/skill.html b/themes/meghna-hugo/layouts/partials/skill.html index 6713988..20ee3c7 100644 --- a/themes/meghna-hugo/layouts/partials/skill.html +++ b/themes/meghna-hugo/layouts/partials/skill.html @@ -29,6 +29,16 @@

{{ .subtitle | markdownify }}

{{ .content | markdownify }}

+ {{ if .content_blocks }} + {{ $col := div 12 (len .content_blocks) }} +
+ {{ range .content_blocks }} +
+ {{ . | markdownify }} +
+ {{ end }} +
+ {{ end }} {{ with .call_to_action }}
{{ range . }}