Commit a97a5798d470a8b1e304a2036fc009bc63b6f0f7

Authored by Eugeny Galkovskiy
1 parent df62ac65

123

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2373,7 +2373,9 @@ p.right{text-align: right;}
2373 2373 }
2374 2374 @media (max-width: 729px) {
2375 2375 .post_cont{justify-content: center;}
2376   - .post_cont .text{width:100%;margin:20px}
  2376 + .post_cont .text{
  2377 + width: 100%;
  2378 + margin: 20px 0px 35px;}
2377 2379 .dates_but {margin:0 auto;text-align: center;}
2378 2380 .post_1.contract img {width: initial;}
2379 2381 .brand_logo img, .tile3 .picture img, .tile4 .picture img{width:100%;}
... ...