Remove redundant padding from .paw-queued class
This commit is contained in:
@@ -195,9 +195,7 @@
|
|||||||
.paw-queued {
|
.paw-queued {
|
||||||
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);
|
transition: transform 0.18s cubic-bezier(0.4,0.2,0.6,1);
|
||||||
pointer-events: none;
|
pointer-events: none
|
||||||
padding-right:80px;
|
|
||||||
padding-top:50px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user