Fixed some size errors
This commit was merged in pull request #17.
This commit is contained in:
@@ -13,8 +13,7 @@ blocks:
|
||||
_template: carousel
|
||||
- body: >
|
||||
<div class="not-prose text-center text-4xl">
|
||||
<h1>Découvrez la PsychARThérapie,</h1>
|
||||
<h1>Quand l’art dévoile ce qui se cache en vous !</h1>
|
||||
<h1>Découvrez la PsychARThérapie,<br />Quand l’art dévoile ce qui se cache en vous !</h1>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user