From abfa921b7acf97c5c0278d2ebf83314a3671a109 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 23 Jun 2016 17:36:01 +1200 Subject: [PATCH] feat(ui): new logo size --- assets/css/app.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/app.css b/assets/css/app.css index 0d99e9de8..b8d40de69 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -116,8 +116,11 @@ .logo { display: inline; - width: 110px; - max-height: 38px; + width: 100%; + max-width: 160px; + height: 100%; + max-height: 55px; + margin-bottom: 5px; } .containerNameInput {