From e0bfa7a3b09fdcc80f92c5c61b92d7ff0e33945c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 19:33:48 +0400 Subject: Footer Signed-off-by: Valentin Popov --- _scss/components/elements/_footer.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '_scss') diff --git a/_scss/components/elements/_footer.scss b/_scss/components/elements/_footer.scss index b7c9cea..46048a0 100644 --- a/_scss/components/elements/_footer.scss +++ b/_scss/components/elements/_footer.scss @@ -1,3 +1,16 @@ .footer { + padding-top: 1rem; text-align: center; + + a { + padding: 0 .5rem; + + &:first-child { + padding-left: 0; + } + + &:last-child { + padding-right: 0; + } + } } -- cgit v1.2.3