armentiere: fix carrousel title typo (#77625)

This commit is contained in:
Corentin Sechet 2023-05-15 17:32:49 +02:00
parent f589dfafd8
commit e010c5a083
1 changed files with 2 additions and 1 deletions

View File

@ -35,12 +35,13 @@
}
&-item-title {
@extend h1;
line-height: 1 !important;
font-size: $fz-1;
}
&-item-description {
max-width: 100% !important; // too complex selector in core
font-family: 'Archivo Black', 'Rubik', sans-serif;
}
}