add space to bottom of block content, shrink featurebox
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user