premier jet animation header

This commit is contained in:
2024-07-09 14:38:50 +02:00
parent d2fbdb7c3c
commit 2672685243
7 changed files with 26 additions and 29 deletions

File diff suppressed because one or more lines are too long

View File

@@ -248,6 +248,9 @@ header .header_left_container {
transition: height 2s ease-in-out, width 2s ease-in-out; /* Transition pour le changement de taille */
background-color: rgb(255, 255, 255);
}
header .header_left_container img {
display: none;
}
@media (max-width: 660px) {
header .header_left_container {
height: inherit;
@@ -484,6 +487,9 @@ footer {
display: flex;
flex-direction: row;
}
.footer #footer-left .footer_left_container .logo-qdd {
display: none;
}
@media (max-width: 700px) {
.footer #footer-left .footer_left_container {
max-width: 50vw;