diff --git a/backend/Platform/templates/emails/base.html b/backend/Platform/templates/emails/base.html index d4887bac..7ad2f242 100644 --- a/backend/Platform/templates/emails/base.html +++ b/backend/Platform/templates/emails/base.html @@ -41,18 +41,15 @@ margin-left: -3px; } - .verification-block { + .verification-number { + display: inline-flex; + justify-content: center; + align-items: center; width: 40px; height: 55px; margin: 3px; border-radius: 2px; background-color: #E7E7E7; - display:flex; - justify-content: center; - align-items: center; - } - - .verification-number { font-weight: 600; font-size: 20px; color: #767676; diff --git a/backend/Platform/templates/emails/email_verification.html b/backend/Platform/templates/emails/email_verification.html index e911bcc9..002c2774 100644 --- a/backend/Platform/templates/emails/email_verification.html +++ b/backend/Platform/templates/emails/email_verification.html @@ -8,11 +8,9 @@