From 9b761aa6eace0d3e5c628836640a6be6e473d037 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Tue, 2 Apr 2019 22:48:08 -0500 Subject: [PATCH] increase logo size --- projects/globalnav/src/lib/globalnav.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/globalnav/src/lib/globalnav.component.scss b/projects/globalnav/src/lib/globalnav.component.scss index 3409e13..c62ace7 100644 --- a/projects/globalnav/src/lib/globalnav.component.scss +++ b/projects/globalnav/src/lib/globalnav.component.scss @@ -16,8 +16,8 @@ mat-toolbar { // libraries do not support static assets yet. .mycroft-logo { background: url("toolbar-logo.svg") no-repeat; - height: 25px; - width: 125px; + height: 40px; + width: 180px; } }