This commit is contained in:
2024-09-24 21:21:56 +02:00
parent 8ea4cb329c
commit ab4fda5d0a
4 changed files with 7 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
#home{
#background-animated {
display: none;
// display: none;
position: absolute;
top: -150px;
left: 0;
width: 100%;
height: 100%;
// height: 100%;
pointer-events: none; /* Permet de cliquer à travers l'élément */
z-index: 2; /* S'assure que l'élément soit au-dessus */
@media(max-width: 1400px){
@@ -15,7 +15,7 @@
svg{
max-width: 100%;
position: relative;
// top: -1500px;
top: -1500px;
}
}
// .not-visible{