diff --git a/src/static/templates/email/twofactor_email.html.hbs b/src/static/templates/email/twofactor_email.html.hbs
index 193cd9e..739b6f4 100644
--- a/src/static/templates/email/twofactor_email.html.hbs
+++ b/src/static/templates/email/twofactor_email.html.hbs
@@ -42,7 +42,7 @@ Your Two-step Login Verification Code
body {
background-color: #f6f6f6;
}
- @media only screen and (max-width: 600px) {
+ @media only screen and (max-width: 410px) {
body {
padding: 0 !important;
}
@@ -86,10 +86,10 @@ Your Two-step Login Verification Code
-
- |