diff --git a/src/wuttaweb/templates/auth/login.mako b/src/wuttaweb/templates/auth/login.mako index 7c1d846..0235885 100644 --- a/src/wuttaweb/templates/auth/login.mako +++ b/src/wuttaweb/templates/auth/login.mako @@ -21,8 +21,8 @@ justify-content: center; } .wutta-logo img { - max-height: 350px; - max-width: 800px; + max-height: 480px; + max-width: 640px; } diff --git a/src/wuttaweb/templates/home.mako b/src/wuttaweb/templates/home.mako index e387227..46d80cd 100644 --- a/src/wuttaweb/templates/home.mako +++ b/src/wuttaweb/templates/home.mako @@ -21,8 +21,8 @@ justify-content: center; } .wutta-logo img { - max-height: 350px; - max-width: 800px; + max-height: 480px; + max-width: 640px; }