From c504b92c14900da728e8140de7c63396ff6f37ed Mon Sep 17 00:00:00 2001 From: fefa4ka Date: Sun, 24 Jan 2016 21:48:00 +0300 Subject: [PATCH] footer ratings style --- zsite/static/less/footer.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zsite/static/less/footer.less b/zsite/static/less/footer.less index 4f00bf3..d0002ba 100644 --- a/zsite/static/less/footer.less +++ b/zsite/static/less/footer.less @@ -83,6 +83,18 @@ footer { @media (min-width: 900px) { display: block; } + + .footer-ratings { + table { + margin-top: 40px; + + .title { + margin-bottom: 5px; + } + } + + + } } .contacts {