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 {
|
||||
width: auto;
|
||||
height: auto;
|
||||
animation: faireTournerImage 2s linear forwards infinite;
|
||||
#image-collegue-section{
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
top:15vh;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
#image_collegue_animee {
|
||||
animation: faireTournerImage 2s linear forwards infinite;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 75vw;
|
||||
}
|
||||
|
||||
.div-centrer-contenu{
|
||||
width: 100;
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
@ -66,13 +73,6 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
#image_collegue_animee{
|
||||
z-index:1;
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left:35%;
|
||||
}
|
||||
|
||||
#never{
|
||||
z-index:1;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Reference in a new issue