1
0

auto-git:

[change] index.html
This commit is contained in:
2025-05-26 11:56:17 +02:00
parent f6ebab9209
commit c9fd27f883

View File

@@ -192,17 +192,6 @@
0px 1px 1px color-mix(in srgb, currentColor 40%, black);
}
/* Füge das in deine CSS ein */
.paw-queued {
position: absolute;
top: 50px;
right: 1.5rem; /* experimentiere mit dem Wert */
width: 2rem;
height: 2rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
transform: translate(-40px, 8px);
pointer-events: none
}
}
</style>
</head>