Commit ace53bc58faf29fa9ca0d72cac9b1a020523149d

Authored by Eugeny Galkovskiy
1 parent 7b659389

123

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -230,6 +230,13 @@ footer .socbuts ul li{
230 230 footer .socbuts a:hover{
231 231 opacity:0.6;
232 232 }
  233 +.contacts_block{
  234 + display: flex;
  235 + width: 100%;
  236 + max-width: 1062px;
  237 + margin: 0 auto;
  238 + margin-bottom:25px;
  239 +}
233 240 .pagination{
234 241 display: flex;
235 242 justify-content: center;
... ...