Fixed some size errors
This commit was merged in pull request #17.
This commit is contained in:
@@ -13,8 +13,7 @@ blocks:
|
|||||||
_template: carousel
|
_template: carousel
|
||||||
- body: >
|
- body: >
|
||||||
<div class="not-prose text-center text-4xl">
|
<div class="not-prose text-center text-4xl">
|
||||||
<h1>Découvrez la PsychARThérapie,</h1>
|
<h1>Découvrez la PsychARThérapie,<br />Quand l’art dévoile ce qui se cache en vous !</h1>
|
||||||
<h1>Quand l’art dévoile ce qui se cache en vous !</h1>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@@ -51,15 +50,15 @@ blocks:
|
|||||||
- size: h2
|
- size: h2
|
||||||
title: Tarif et horaires
|
title: Tarif et horaires
|
||||||
_template: title
|
_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
|
- size: h2
|
||||||
title: Où se trouve mon cabinet ?
|
title: Où se trouve mon cabinet ?
|
||||||
_template: title
|
_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
|
- size: h2
|
||||||
title: Dernières nouvelles
|
title: Dernières nouvelles
|
||||||
_template: title
|
_template: title
|
||||||
@@ -158,6 +157,11 @@ url: home
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ html {
|
|||||||
|
|
||||||
// TODO: Try to do this in a better way if possible
|
// TODO: Try to do this in a better way if possible
|
||||||
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
|
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
|
||||||
font-size: initial;
|
font-size: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-large {
|
.container-large {
|
||||||
@@ -44,6 +44,9 @@ html {
|
|||||||
--tw-prose-headings: var(--primaryColor);
|
--tw-prose-headings: var(--primaryColor);
|
||||||
--tw-prose-bold: var(--primaryColor);
|
--tw-prose-bold: var(--primaryColor);
|
||||||
--tw-prose-bullets: var(--primaryColor);
|
--tw-prose-bullets: var(--primaryColor);
|
||||||
|
|
||||||
|
font-size: 1.05rem;
|
||||||
|
|
||||||
li > div {
|
li > div {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user