Public Access
5
0

Update a la page d'équipe pour le bouton du header

This commit is contained in:
2025-11-30 16:08:49 -05:00
parent eb18199848
commit 76775e33c6
2 changed files with 12 additions and 13 deletions

View File

@@ -362,16 +362,18 @@ footer {
.team section article {
display: flex;
padding: 16px;
height: 85vh;
height: 100vh;
align-items: center;
}
.team section article.grilleGauche {
text-align: left;
flex-wrap: nowrap;
}
.team section article.grilleDroite {
text-align: right;
flex-wrap: nowrap;
}
.team section article#lea {
@@ -391,22 +393,22 @@ footer {
}
.team section article div.filtre {
.team section article div.box {
background-color: rgba(19, 23, 44, 0.8);
padding: 16px;
margin: 16px;
border-radius: 20px;
}
.team section article div.filtre:hover {
.team section article div.box:hover {
background-color: rgba(25, 33, 75, 0.8);
}
.team section article.grilleGauche div.filtre {
.team section article.grilleGauche div.box {
margin-right: 50%;
}
.team section article.grilleDroite div.filtre {
.team section article.grilleDroite div.box {
margin-left: 50%;
}