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