updates
This commit is contained in:
parent
cad36b33ce
commit
76b22eece7
1 changed files with 20 additions and 42 deletions
|
@ -332,6 +332,21 @@ section p a:active {
|
|||
background-color: #000000;
|
||||
}
|
||||
|
||||
#facebook-button > span::before {
|
||||
content: " ";
|
||||
display: inline-block;
|
||||
background-image: url("../img/icons/facebook.svg");
|
||||
background-size: 32px 32px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
#facebook-button:hover > span::before {
|
||||
background-image: url("../img/icons/facebook-white.svg");
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.button > span {
|
||||
line-height: 32px;
|
||||
vertical-align: middle;
|
||||
|
@ -660,51 +675,14 @@ section p a:active {
|
|||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
/* EQUIPE INTERQ
|
||||
/* LISTS CONTRAT
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
#team h3 {
|
||||
margin: 0 0 10px 0;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
ul {
|
||||
list-style-type: none;
|
||||
padding-left: 20px;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.team-group {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.team-group figure {
|
||||
margin: 0 20px;
|
||||
}
|
||||
|
||||
.team-group figure img {
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
.team-group figcaption {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
|
||||
@media only screen and (max-width: 880px) {
|
||||
.team-group {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.team-group figure {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
.team-group figure img {
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
}
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------*/
|
||||
/* SIGNATURE
|
||||
|
|
Loading…
Reference in a new issue