Skip to content

Commit e59cd2b

Browse files
committed
fix: heading button collision fix.
1 parent ec3fb2c commit e59cd2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • infrastructure/eid-wallet/src/routes/(public)/recover

infrastructure/eid-wallet/src/routes/(public)/recover/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ onMount(() => {
11361136
strokeWidth={2}
11371137
/>
11381138
</button>
1139-
<div class="flex flex-col w-full items-center">
1139+
<div class="flex flex-col w-full items-center pl-12 sm:pl-0">
11401140
<h3 class="font-semibold leading-none">Restore DigitalSelf</h3>
11411141
</div>
11421142
</header>

0 commit comments

Comments
 (0)