Commit 633ff79cb31dda7bfd6329d5473ded93de0d147f

Authored by Eugeny Galkovskiy
1 parent fb88b400

123

Showing 1 changed file with 10 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -1791,6 +1791,16 @@ p.right{text-align: right;}
1791 1791 float: none;
1792 1792 margin:0;
1793 1793 }
  1794 +.form-comm-wr {
  1795 + width: 100%;
  1796 + background: none;
  1797 + padding: 0px;
  1798 + float: left;
  1799 + position: relative;
  1800 + max-width: 705px;
  1801 + margin: 0 auto;
  1802 + font-family: 'Lato-Medium';
  1803 +}
1794 1804  
1795 1805 /**/
1796 1806 @media (min-width: 1200px){
... ...