ptit fix
This commit is contained in:
parent
54f7a5285f
commit
d5bcfb5cd9
1 changed files with 12 additions and 12 deletions
|
|
@ -9,15 +9,22 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#image_collegue_animee {
|
#image-collegue-section{
|
||||||
width: auto;
|
position: fixed;
|
||||||
height: auto;
|
width: 100vw;
|
||||||
animation: faireTournerImage 2s linear forwards infinite;
|
top:15vh;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#image_collegue_animee {
|
||||||
|
animation: faireTournerImage 2s linear forwards infinite;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
max-width: 75vw;
|
||||||
|
}
|
||||||
|
|
||||||
.div-centrer-contenu{
|
.div-centrer-contenu{
|
||||||
width: 100;
|
width: 100%;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -66,13 +73,6 @@
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#image_collegue_animee{
|
|
||||||
z-index:1;
|
|
||||||
position: absolute;
|
|
||||||
top: 20px;
|
|
||||||
left:35%;
|
|
||||||
}
|
|
||||||
|
|
||||||
#never{
|
#never{
|
||||||
z-index:1;
|
z-index:1;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue