logo entête

This commit is contained in:
2021-10-13 01:15:54 +02:00
parent c96dea0f3b
commit c7732610c8
3 changed files with 50 additions and 7 deletions
@@ -806,9 +806,19 @@ button:focus {
position: relative;
#explog{
position: absolute;
right: 100%;
top: 25%;
right: 105%;
top: 3%;
max-width:30%;
@media (max-width:500px){
right: 110%;
top: 1%;
max-width:50%;
}
@media (max-width:442px){
right: 105%;
top: 3%;
max-width:30%;
}
}
.text-titre-event{