From ba6ed22de06258a95ff74c43d42d48fc900446dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Sun, 8 Mar 2020 11:01:46 +0100 Subject: [PATCH] Tweak the font sizes on the login page a little MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s nicer if the domain name is larger than the main text. --- snikket_web/scss/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snikket_web/scss/app.scss b/snikket_web/scss/app.scss index 2d5ee72..32ac476 100644 --- a/snikket_web/scss/app.scss +++ b/snikket_web/scss/app.scss @@ -666,11 +666,12 @@ nav.usermenu > .avatar { body#login { .form { - font-size: nth($h-sizes, 4); + font-size: nth($h-sizes, 5); } .form-title { color: $primary-200; + font-size: nth($h-sizes, 5); } h1 {