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; + } +}