diff --git a/auth.css b/auth.css index 4513f3a..04db75a 100644 --- a/auth.css +++ b/auth.css @@ -191,7 +191,8 @@ } /* Update main content spacing */ -#app-content { +#app-content, +#settings-content { padding-top: 20px; } @@ -214,7 +215,8 @@ justify-content: center; } - .auth-form { + .auth-form, + .settings-form { min-width: 280px; padding: 20px; } diff --git a/index.html b/index.html index fbdf1da..d8f18b2 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@