From f3461f4e9697132daa8491a9e73bdf6591d8a63c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 21 Oct 2016 13:19:54 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 00b9413..b4b10ff 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -2207,7 +2207,7 @@ p.right{text-align: right;} } @media (max-width: 991px) { .blog1 .text .picture{ - margin-bottom: 70px; + margin-bottom: 53px; } .shares{ list-style: none; @@ -2216,6 +2216,8 @@ p.right{text-align: right;} width: 100%; padding: 0; margin: 0; + top: inherit; + right: inherit; display: flex; justify-content: center; } -- libgit2 0.21.4