From d493d87f573ffa7b80c92666b1fc77d4ccc34fcd Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Mon, 23 Oct 2017 13:30:42 +0300 Subject: [PATCH] More margin to Organization column in Footer --- src/components/Footer/Footer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 363d06f4..5c4b9c1a 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -82,7 +82,7 @@ } .organizationInfo { - margin-left: 35px; + margin-left: 36px; width: 179px; }