fg
This commit is contained in:
@@ -1399,7 +1399,19 @@ select[class*="selectpicker"],
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
|
||||
#titre-page{
|
||||
#titre-page {
|
||||
color: var(--color-primary);
|
||||
letter-spacing: -0.5px;
|
||||
font-family: 'DM Sans', sans-serif; /* Ou votre police SaaS */
|
||||
}
|
||||
|
||||
/* On réduit la marge de la section pour coller davantage au contenu */
|
||||
.header-section {
|
||||
width: 100%;
|
||||
margin-bottom: 1.5rem !important; /* Ajustez cette valeur si c'est encore trop grand */
|
||||
}
|
||||
|
||||
/* Ajustement des icônes pour plus de finesse */
|
||||
.icon-shape {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user