diff --git a/.tailwindrc.js b/.tailwindrc.js index 0565ee2e..fd11c8ce 100644 --- a/.tailwindrc.js +++ b/.tailwindrc.js @@ -35,6 +35,8 @@ module.exports = { lg: "1400px", md: "200px", "3xl": "2000px", + + small: { max: "1650px" }, }, stroke: (theme) => ({ diff --git a/app/export/index.html b/app/export/index.html index 997ab7f1..89487d4e 100644 --- a/app/export/index.html +++ b/app/export/index.html @@ -34,7 +34,7 @@

You can export the 2FA codes you saved.

-
+

Export codes

@@ -52,7 +52,7 @@

Your saved codes can be exported here. Ideal if you want to use you

Save exported codes

You can save your exported 2FA codes, so you can use them elsewhere, and keeping a backup of your codes is always a good idea.

-
+

Export .authme file

Ideal to import for Authme or other Authme apps.
diff --git a/app/import/index.html b/app/import/index.html index d0d3d00c..79cde2f5 100644 --- a/app/import/index.html +++ b/app/import/index.html @@ -46,7 +46,7 @@

List of the currently supported QR codes. You can import from more Examples -
+

TOTP 2FA QR code

A TOTP QR code is that you find mostly everywhere, if you want to setup 2FA.
diff --git a/app/landing/index.html b/app/landing/index.html index 9e76a983..18d278e6 100644 --- a/app/landing/index.html +++ b/app/landing/index.html @@ -21,19 +21,19 @@
You are r
-
-

Authme

+
+

Authme

-
+

Welcome to Authme!

Choose how you want to use Authme. Your 2FA codes are encrypted either way.

-
+

Require password

You have to type in your password every time you launch Authme.
-
-