From ace53bc58faf29fa9ca0d72cac9b1a020523149d Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 20 Oct 2016 14:48:44 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2ca5ed4..2af8a20 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -230,6 +230,13 @@ footer .socbuts ul li{ footer .socbuts a:hover{ opacity:0.6; } +.contacts_block{ + display: flex; + width: 100%; + max-width: 1062px; + margin: 0 auto; + margin-bottom:25px; +} .pagination{ display: flex; justify-content: center; -- libgit2 0.21.4