From 1120be770af213bdd00f8c0e66f4171358f827f3 Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Thu, 4 Aug 2016 00:49:43 +0300 Subject: [PATCH] Footer slogan bold --- zsite/static/less/footer.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zsite/static/less/footer.less b/zsite/static/less/footer.less index 61235a9..d6bac85 100644 --- a/zsite/static/less/footer.less +++ b/zsite/static/less/footer.less @@ -27,7 +27,7 @@ footer { } .about { - + @media (min-width: 0px) { .make-xs-column(6); @@ -59,6 +59,10 @@ footer { .menu { .make-xs-column(2); + .footer-slogan { + font-weight: bold; + } + @media (min-width: 0px) { display: none; margin-left: 30px;