début des fix

This commit is contained in:
2025-04-21 11:03:36 +02:00
parent a540d12ed2
commit 448ec5c647
11 changed files with 367 additions and 127 deletions

View File

@@ -79,13 +79,22 @@ body{
box-sizing: border-box;
}
h1 {
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-family: Inter, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
}
h1 {
font-size: 24px;
line-height: 29px;
}
h2 {
font-size: 20px;
line-height: 20px;
}
p {
font-family: Inter, sans-serif;