From 86c86c61c1bee9ecfd7b1158b2a0cfc4a6c2d7dd Mon Sep 17 00:00:00 2001 From: gneissone Date: Fri, 5 Jan 2018 12:49:14 -0700 Subject: [PATCH] Make site logo responsive on small screens --- webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css index 28ab385b..7899b10a 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css @@ -264,15 +264,17 @@ a.powered-by-vivo:hover { /* BRANDING ------> */ h1.vivo-logo { position: absolute; - width: 442px; + width: 100%; + max-width: 442px; height: 59px; top: 30px; left: 0; background: url(../images/VIVO-logo.png) 0 0 no-repeat; + background-size: 100% auto; } h1.vivo-logo a { display: block; - width: 386px; + width: 100%; height: 59px; } .displace {