From e60716e081c08877bcab0f18fc7bcc3c7d0d6994 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 25 Jun 2018 17:53:09 +0300 Subject: [PATCH] Footer logo: use object-fit to loose the style rules. --- src/components/Footer/Footer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index d72503f3..6961746b 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -100,14 +100,14 @@ .logoLink { display: block; - width: 156px; - height: 27px; margin-bottom: 14px; } .logo { + object-fit: contain; + object-position: left center; width: 100%; - height: 100%; + height: 27px; } .organizationInfo {