From 7ed5beef7dedf381081f3046efd231ec48fb5372 Mon Sep 17 00:00:00 2001 From: Joe McGrath Date: Fri, 27 May 2022 16:54:30 +0900 Subject: [PATCH] fix(spacing): reduce link spacing --- pages/auth/unlock/Unlock.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/auth/unlock/Unlock.less b/pages/auth/unlock/Unlock.less index e45a58e25d..4753d48223 100644 --- a/pages/auth/unlock/Unlock.less +++ b/pages/auth/unlock/Unlock.less @@ -33,7 +33,7 @@ font-family: @secondary-font; font-size: 10pt; color: white; - margin-top: @large-spacing; + margin-top: @normal-spacing; &:hover { opacity: 0.75; }