venissieux: align cell title with cell content (#78019)

This commit is contained in:
Thomas Jund 2023-05-30 15:59:56 +02:00 committed by Thomas Jund
parent bf65153163
commit 617444fcad
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ $title-transform: uppercase;
$title-font-family: Oswald, sans-serif;
$title-weight: 300;
$title-font-size: 1.5rem;
$title-padding: 0.7rem 0.5rem;
$title-padding: 1rem 1rem 0;
$button-background: $primary-color;
$button-hover-background: darken($primary-color, 20%);