From 5441e5b07ff5fdcb26db2a2b125ca8b0b9f5993b Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Tue, 9 Sep 2025 15:55:40 +0200 Subject: [PATCH] refactor: improve pin styling --- .../src/common/components/protect-route/PinPage.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/client/src/common/components/protect-route/PinPage.module.scss b/apps/client/src/common/components/protect-route/PinPage.module.scss index 2af602fa2..073397cbc 100644 --- a/apps/client/src/common/components/protect-route/PinPage.module.scss +++ b/apps/client/src/common/components/protect-route/PinPage.module.scss @@ -11,9 +11,11 @@ } .pin { + margin-top: 0.5rem; display: flex; align-items: center; justify-content: center; + gap: 4px; input { font-size: 4rem;