Commit 476f51419c805eaed555afdd978bd929ccb0a4c9

Authored by Eugeny Galkovskiy
1 parent 8eb4782b

123

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2424,6 +2424,11 @@ p.right{text-align: right;}
2424 2424 max-width: 305px;
2425 2425 margin: 0 auto;
2426 2426 }
  2427 + .main-box2 .post .title{
  2428 + max-width: 315px;
  2429 + margin: 0 auto;
  2430 + margin-bottom: 15px;
  2431 + }
2427 2432 }
2428 2433 @media (min-width: 705px){
2429 2434 .tiles{
... ...