Modèle:Accueil/PanelTitle.css
De Wikithionville
Autres actions
.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;
}
}