Skip to content

Commit 27f03c6

Browse files
committed
fix: padding
1 parent 83685ec commit 27f03c6

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/eid-wallet/src/routes/(app)/settings/pin

1 file changed

+1
-1
lines changed

infrastructure/eid-wallet/src/routes/(app)/settings/pin/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $effect(() => {
2727
});
2828
</script>
2929

30-
<main class="h-[calc(100vh-14vh)] flex flex-col justify-between">
30+
<main class="h-[calc(100vh-14vh)] flex flex-col justify-between pt-[3vh]">
3131
<section>
3232
<div>
3333
<p class="mb-[1vh]">Enter you current PIN</p>

0 commit comments

Comments
 (0)