diff --git a/data/fr/skill.yml b/data/fr/skill.yml index 9b00e7b..0526cb9 100644 --- a/data/fr/skill.yml +++ b/data/fr/skill.yml @@ -3,9 +3,7 @@ skill: enable : true #title : "Notre zone d'intervention" subtitle : "Notre zone d'intervention" - 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 : | 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, Fondaudège, Quinconces, Capucins, Victoire, Mériadeck, Saint-Pierre, Ginko, Saint-Bruno. diff --git a/themes/meghna-hugo/assets/css/style.css b/themes/meghna-hugo/assets/css/style.css index b8ab5db..b7ebe32 100644 --- a/themes/meghna-hugo/assets/css/style.css +++ b/themes/meghna-hugo/assets/css/style.css @@ -247,18 +247,34 @@ a:hover { } .section { - padding: 100px 0; + padding: 5rem 0; } @media (max-width: 768px) { .section { - padding: 80px 0; + padding: 4rem 0; } } @media (max-width: 480px) { .section { - padding: 50px 0; + padding: 3rem 0; + } +} + +.section.stick { + padding: 5rem 0 0; +} + +@media (max-width: 768px) { + .section.stick { + padding: 4rem 0 0; + } +} + +@media (max-width: 480px) { + .section.stick { + padding: 3rem 0 0; } } @@ -445,6 +461,10 @@ a:hover { border-color: #fff; } +strong { + font-variation-settings: 'wght' 500 +} + .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } @@ -727,6 +747,10 @@ a:hover { padding-right: 5px; } +.con-info strong a { + font-size: 1.4rem; +} + .error { display: none; padding: 10px; diff --git a/themes/meghna-hugo/layouts/partials/cta.html b/themes/meghna-hugo/layouts/partials/cta.html index f0ae9a6..3b7a3ed 100644 --- a/themes/meghna-hugo/layouts/partials/cta.html +++ b/themes/meghna-hugo/layouts/partials/cta.html @@ -10,7 +10,9 @@
{{ .content | markdownify }}
{{ if .button.enable }} {{ with .button }} @@ -18,7 +20,7 @@ {{ end }} {{ end }} {{ with .call_to_action }} -{{ .content | markdownify }}
{{ with .call_to_action }} -