Shift login banner artwork down

This commit is contained in:
webadderall
2026-09-23 16:49:50 +10:00
parent 5118910819
commit e6b39b92bd
+1 -1
View File
@@ -161,7 +161,7 @@ export function RecordlySignInDialog({
<img
src={artwork}
alt=""
className="absolute inset-0 size-full object-cover"
className={`absolute inset-0 size-full object-cover object-[center_30%] ${wide ? "md:object-center" : ""}`}
/>
</picture>
</div>