Adjust right position of paw-queued class in index.html
This commit is contained in:
@@ -195,7 +195,7 @@
|
|||||||
.paw-queued {
|
.paw-queued {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40px; /* so weit nach unten */
|
top: 40px; /* so weit nach unten */
|
||||||
right: 60px; /* nur ganz am Rand, feintune hier! */
|
right: 30px; /* 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));
|
||||||
|
|||||||
Reference in New Issue
Block a user