From 154e52d907a9e4abd3e508f4820a7a608f4e3239 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:15:37 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 30b8343..5986920 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2206,6 +2206,20 @@ p.right{text-align: right;} } } @media (max-width: 991px) { + .shares{ + list-style: none; + position: absolute; + bottom: -52px; + width: 100%; + padding: 0; + margin: 0; + display: flex; + justify-content: center; + } + .shares li{ + float: left; + margin-right: 10px; + } .tile_1{ max-width: 218px; } -- libgit2 0.21.4