This commit is contained in:
ouidade 2024-09-27 12:03:00 +02:00
parent cd72306438
commit be2d98e47d
3 changed files with 4 additions and 3 deletions

View File

@ -1524,6 +1524,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
} }
#home #background-animated { #home #background-animated {
display: none;
position: absolute; position: absolute;
top: 2000px; top: 2000px;
left: 280px; left: 280px;
@ -1657,7 +1658,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
} }
@keyframes zoomOut { @keyframes zoomOut {
0% { 0% {
transform: scale(1.1); transform: scale(1);
} }
100% { 100% {
transform: scale(1.3); transform: scale(1.3);

View File

@ -32,7 +32,7 @@
@keyframes zoomOut { @keyframes zoomOut {
0% { 0% {
transform: scale(1.1); transform: scale(1);
} }
100% { 100% {
transform: scale(1.3); transform: scale(1.3);

View File

@ -1,7 +1,7 @@
#home{ #home{
#background-animated { #background-animated {
// display: none; display: none;
position: absolute; position: absolute;
top: 2000px; top: 2000px;
left: 280px; left: 280px;