From 57d4194100c148223bb4a9d7b7495f60b25689a9 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Fri, 20 Oct 2017 17:37:29 +0300 Subject: [PATCH] Review changes --- src/components/Footer/Footer.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index f7044471..363d06f4 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -253,13 +253,14 @@ } .organizationCopyrightMobile { - flex-basis: 172px; - /* Font */ @apply --marketplaceTinyFontStyles; color: var(--matterColorAnti); transition: var(--transitionStyleButton); + /* Tell parent component how much space this one prefers */ + flex-basis: 172px; + margin-top: 0; margin-bottom: 0;