From fa52f906e3817b4eedcece5008cd70de7251242f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 1 May 2017 19:05:21 +0200 Subject: show non landscape icons bigger on the login page Signed-off-by: Robin Appelman --- core/css/guest.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core/css') diff --git a/core/css/guest.css b/core/css/guest.css index e6e194f6417..02af5d3e0cf 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -70,9 +70,16 @@ h3 { background-size: 175px; background-position: center; width: 252px; - height: 120px; + min-height: 120px; + max-height: 300px; margin: 0 auto; } + +#header .logo img { + opacity: 0; + max-width: 100%; + max-height: 300px; +} .wrapper { min-height: 100%; margin: 0 auto -70px; -- cgit v1.2.3