diff --git a/content/pages/home.mdx b/content/pages/home.mdx
index f0ec403..f9465e2 100644
--- a/content/pages/home.mdx
+++ b/content/pages/home.mdx
@@ -13,8 +13,7 @@ blocks:
_template: carousel
- body: >
-
Découvrez la PsychARThérapie,
- Quand l’art dévoile ce qui se cache en vous !
+ Découvrez la PsychARThérapie,
Quand l’art dévoile ce qui se cache en vous !
@@ -51,15 +50,15 @@ blocks:
- size: h2
title: Tarif et horaires
_template: title
+ - body: >
+ Séance individuelle tout public.\
+
+ Séance de 60 minutes d’accompagnement/soutien thérapeutique avec
+ médiations artistiques : **50€**
+ _template: content
- size: h2
title: Où se trouve mon cabinet ?
_template: title
- - body: >
- Séance individuelle tout public.
-
- Séance de 60 minutes d’accompagnement/soutien thérapeutique avec
- médiations artistiques : 50€
- _template: content
- size: h2
title: Dernières nouvelles
_template: title
@@ -158,6 +157,11 @@ url: home
+
+
+
+
+
diff --git a/styles/_styles.scss b/styles/_styles.scss
index 1704cb8..dd411d7 100644
--- a/styles/_styles.scss
+++ b/styles/_styles.scss
@@ -25,7 +25,7 @@ html {
// TODO: Try to do this in a better way if possible
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
- font-size: initial;
+ font-size: unset;
}
.container-large {
@@ -44,6 +44,9 @@ html {
--tw-prose-headings: var(--primaryColor);
--tw-prose-bold: var(--primaryColor);
--tw-prose-bullets: var(--primaryColor);
+
+ font-size: 1.05rem;
+
li > div {
margin: 0;
}