Fixed some size errors

This commit was merged in pull request #17.
This commit is contained in:
2023-09-19 17:36:45 +02:00
parent 6f3e84de94
commit 6d772e2436
2 changed files with 16 additions and 9 deletions

View File

@@ -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 lart dévoile ce qui se cache en vous !</h1>
<h1>Quand lart 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 daccompagnement/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 daccompagnement/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

View File

@@ -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;
} }