From 58aa46eeeae5c077a2f7b0c6dc947a2e9810589c Mon Sep 17 00:00:00 2001 From: Mia Arh Date: Tue, 4 May 2021 10:06:46 +0200 Subject: [PATCH] Scale down logo size on 400% browser zoom - accessibility improvement --- auth/assets/public/style.css | 3 ++- auth/assets/templates/inc_footer.html.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/auth/assets/public/style.css b/auth/assets/public/style.css index 13f0df810..f80c8cf84 100644 --- a/auth/assets/public/style.css +++ b/auth/assets/public/style.css @@ -18,7 +18,8 @@ body { } .logo { - height: 45px; + max-height: 45px; + max-width: 75%; } .version { diff --git a/auth/assets/templates/inc_footer.html.tpl b/auth/assets/templates/inc_footer.html.tpl index df1a9e2e4..9302ee294 100644 --- a/auth/assets/templates/inc_footer.html.tpl +++ b/auth/assets/templates/inc_footer.html.tpl @@ -12,7 +12,7 @@ cortezaproject.org GitHub - + version {{ version }}