diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 97bdccc..b409e75 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -107,7 +107,7 @@ h2 { } h3 { - font-family: var(--text-font-family); + font-family: var(--title-font-family); font-size: var(--h3-font-size); font-weight: var(--medium-font-weight); } diff --git a/components/ServicesSection.vue b/components/ServicesSection.vue index 343cbd1..39f9a5c 100644 --- a/components/ServicesSection.vue +++ b/components/ServicesSection.vue @@ -55,10 +55,12 @@

Prestations

@@ -118,6 +120,10 @@ display: flex; flex-direction: column; gap: 2rem; + + h3 { + margin-bottom: 0.5rem; + } } @media screen and (min-width: $tablet-media-query) {