From eb6af282fb597fa735bedbf30656a1b1978bda54 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 11 May 2017 14:13:19 -0700 Subject: [PATCH] login: Shrink font size of organization name. --- static/styles/portico-signin.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/static/styles/portico-signin.css b/static/styles/portico-signin.css index ff61fd692a..a22cf96f1b 100644 --- a/static/styles/portico-signin.css +++ b/static/styles/portico-signin.css @@ -505,7 +505,7 @@ html { } .split-view .info-box .organization-name { - font-size: 2.5em; + font-size: 1.5em; font-weight: 300; line-height: 1; } @@ -734,10 +734,6 @@ button.login-google-button { margin-top: 0px; } - .split-view .org-header .info-box .organization-name { - font-size: 2em; - } - .split-view .org-header .info-box .organization-path { margin-top: 0px; }