Fixed some size errors #17

Merged
Skydust merged 1 commits from r/fixed-some-size-errors into dev 2023-09-19 15:37:20 +00:00
2 changed files with 16 additions and 9 deletions

View File

@@ -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 lart dévoile ce qui se cache en vous !</h1>
<h1>Découvrez la PsychARThérapie,<br />Quand lart 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 daccompagnement/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 daccompagnement/soutien thérapeutique avec
médiations artistiques : 50€
_template: content
- size: h2
title: Dernières nouvelles
_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
.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;
}