Add longer intro texts

This commit is contained in:
Charlotte Van Petegem 2025-05-26 19:04:20 +02:00
parent f4106b9fb6
commit 0c39e527b2
Signed by: chvp
SSH key fingerprint: SHA256:s9rb8jBVfdahqWHuBAcHCBP1wmj4eYQXZfqgz4H3E9E
6 changed files with 69 additions and 7 deletions

View file

@ -11,6 +11,10 @@ h4 {
font-weight: 600;
}
p {
margin-top: 0;
}
.body-container {
max-width: 1024px;
margin: 1rem auto;
@ -240,6 +244,10 @@ input[type=submit] {
max-width: 512px;
}
.extension-grid {
grid-template-columns: 1fr;
}
.title-card-grid {
grid-template-columns: 1fr;
}