Better art therapie page

This commit was merged in pull request #10.
This commit is contained in:
2023-09-10 19:27:42 +02:00
parent 835d8ef596
commit 31ac15718f
20 changed files with 178 additions and 53 deletions

View File

@@ -4,6 +4,7 @@
@import "anchoring";
@import "carousel";
@import "image";
@import "main-title";
@tailwind base;
@tailwind components;
@@ -28,6 +29,23 @@ html {
--tw-prose-bold: #124498;
}
.default-paragraph-style {
color: var(--primaryColor);
--tw-prose-bold: #124498;
--tw-prose-bullets: #124498;
li > div {
margin: 0;
}
h1 {
color: var(--primaryColor);
font-size: 2.5rem;
}
h2 {
color: var(--primaryColor);
font-size: 1.75rem;
}
}
.font {
font-family: 'Questrial', sans-serif;
}

View File

@@ -3,9 +3,12 @@
border: var(--primaryColor) solid .25rem;
border-radius: 1rem;
}
.sm-size {
.xs-size {
max-height: 15rem;
}
.sm-size {
max-height: 20rem;
}
.md-size {
max-height: 25rem;
}

6
styles/main-title.scss Normal file
View File

@@ -0,0 +1,6 @@
.main-title {
font-size: 2.5rem;
}
.main-title + h2 {
margin-top: 0;
}