diff --git a/app/images/recovery_code_copy.svg b/app/images/recovery_code_copy.svg index 138e4a657e..ab3e0ca98c 100644 --- a/app/images/recovery_code_copy.svg +++ b/app/images/recovery_code_copy.svg @@ -2,6 +2,6 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - diff --git a/app/images/recovery_code_download.svg b/app/images/recovery_code_download.svg index c955d25d9d..5b450789af 100644 --- a/app/images/recovery_code_download.svg +++ b/app/images/recovery_code_download.svg @@ -2,5 +2,5 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - + diff --git a/app/images/recovery_code_print.svg b/app/images/recovery_code_print.svg index b8e81c0c9a..70ef6e2b15 100644 --- a/app/images/recovery_code_print.svg +++ b/app/images/recovery_code_print.svg @@ -2,6 +2,6 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - diff --git a/app/images/recovery_code_replace.svg b/app/images/recovery_code_replace.svg index 31a52789f9..4fd3bf2866 100644 --- a/app/images/recovery_code_replace.svg +++ b/app/images/recovery_code_replace.svg @@ -2,6 +2,6 @@ - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> - diff --git a/app/scripts/templates/sign_in_recovery_code.mustache b/app/scripts/templates/sign_in_recovery_code.mustache index 000d1f6721..fecc8526cd 100644 --- a/app/scripts/templates/sign_in_recovery_code.mustache +++ b/app/scripts/templates/sign_in_recovery_code.mustache @@ -19,7 +19,7 @@
- +
diff --git a/app/styles/modules/_settings-totp.scss b/app/styles/modules/_settings-totp.scss index 6f0fa2f8eb..90a036f26d 100644 --- a/app/styles/modules/_settings-totp.scss +++ b/app/styles/modules/_settings-totp.scss @@ -128,6 +128,9 @@ display: inline-block; font-family: monospace; font-size: 2em; + @include respond-to('small') { + font-size: 1.5em; + } text-transform: uppercase; width: 49%; }