From 31e8a7dfdd1329b30c71f21d4dc21de04cfb57b1 Mon Sep 17 00:00:00 2001 From: vjrj Date: Mon, 12 Feb 2018 12:17:08 +0100 Subject: [PATCH] Minor footer style fix --- imports/ui/components/Footer/Footer.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/imports/ui/components/Footer/Footer.scss b/imports/ui/components/Footer/Footer.scss index 7a0db88..d74554e 100644 --- a/imports/ui/components/Footer/Footer.scss +++ b/imports/ui/components/Footer/Footer.scss @@ -79,4 +79,13 @@ body { .Footer, .Footer p { font-size: 13px; } -} \ No newline at end of file + + .Footer { + line-height: 1.8em; + } + + .Footer ul li:first-child, + .Footer ul li:nth-child(2) { + margin-right: 7px; + } +}