Update a la page d'équipe pour le bouton du header
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user