add space to bottom of block content, shrink featurebox

This commit is contained in:
elise
2024-08-09 01:38:35 +02:00
parent 017d399a1a
commit 838095086f
5 changed files with 86 additions and 77 deletions

View File

@ -339,4 +339,12 @@ select {
font-size: var(--font-size-caption);
font-weight: 500;
text-decoration: none;
}
.blockContent {
padding-bottom: var(--spacing-section-bottom);
}
.accordion .blockContent {
padding-bottom: 0;
}