front page info block: adjust spacing and title styling, correct link

This commit is contained in:
elise
2024-08-06 15:08:38 +02:00
parent c534354ef7
commit c3f96f7314
2 changed files with 8 additions and 6 deletions

View File

@ -306,12 +306,14 @@ select {
position: relative;
overflow: hidden;
h2 {
.title {
font-size: var(--font-size-h1);
margin-top: var(--spacing-m);
margin-bottom: var(--spacing-s);
}
p {
margin-bottom: var(--spacing-m);
margin-bottom: var(--spacing-l);
}
.button {