« Modèle:Accueil/PanelTitle.css » : différence entre les versions
De Wikithionville
Autres actions
Sync homepage from repository (commit b06f0a0) |
m A protégé « Modèle:Accueil/PanelTitle.css » : Sync homepage from repository (commit b06f0a0): restrict repository-managed page ([Modifier=⧼protect-level-repo-sync⧽] (infini) [Renommer=⧼protect-level-repo-sync⧽] (infini)) |
(Aucune différence)
| |
Dernière version du 11 juin 2026 à 16:43
.home-section__title {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 2rem;
margin-bottom: 4rem;
}
.home-section__title h1 {
font-size: 3rem;
line-height: 1em;
margin: 0;
}
.home-section__title h2 {
width: 80%;
font-size: 1.5rem;
line-height: 1.5em;
font-weight: normal;
margin: 0;
}
@media (max-width: 650px) {
.home-section__title h1 {
font-size: 2.5rem;
}
.home-section__title h2 {
display: none;
}
}