From 891c7077c565265f87325950c0ff2e038f585e0e Mon Sep 17 00:00:00 2001 From: Lokesh Date: Thu, 6 Apr 2023 17:34:01 +0530 Subject: [PATCH] Fixed margin issue in .code element --- verify-account-ui/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verify-account-ui/style.css b/verify-account-ui/style.css index 71308d9..56dc2e1 100644 --- a/verify-account-ui/style.css +++ b/verify-account-ui/style.css @@ -38,7 +38,7 @@ body { height: 120px; width: 100px; border: 1px solid #eee; - margin: 1%; + margin: 7px; text-align: center; font-weight: 300; -moz-appearance: textfield;