auto-git:
[change] index.html
This commit is contained in:
10
index.html
10
index.html
@@ -194,14 +194,14 @@
|
|||||||
|
|
||||||
.paw-queued {
|
.paw-queued {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50px;
|
top: 40px; /* so weit nach unten */
|
||||||
right: 1.5rem; /* experimentiere mit dem Wert */
|
right: 0.5rem; /* nur ganz am Rand, feintune hier! */
|
||||||
width: 2rem;
|
width: 2rem;
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.10));
|
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: translateX(-60px) rotate(var(--paw-rotate, 0deg)); /* -60px nach innen */
|
||||||
transform: translate(-40px, 8px);
|
pointer-events: none;
|
||||||
pointer-events: none
|
z-index: 10;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user