From 578cb2b2443c824d363fe2c9e03ad085dd6a49bb 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;