mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-24 14:55:37 +00:00
Reduce login banner image shift to ten percent
This commit is contained in:
@@ -161,7 +161,7 @@ export function RecordlySignInDialog({
|
||||
<img
|
||||
src={artwork}
|
||||
alt=""
|
||||
className={`absolute inset-0 size-full object-cover object-[center_30%] ${wide ? "md:object-center" : ""}`}
|
||||
className={`absolute inset-0 size-full object-cover object-[center_40%] ${wide ? "md:object-center" : ""}`}
|
||||
/>
|
||||
</picture>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user