Commit 33103268a86c6d9307d8d806601ea50058b5b926

Authored by Eugeny Galkovskiy
1 parent 013e4074

123

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
frontend/web/css/style.css
... ... @@ -2197,6 +2197,13 @@ p.right{text-align: right;}
2197 2197 }
2198 2198 }
2199 2199 @media (max-width: 991px) {
  2200 + footer .fright{
  2201 + margin-left: 0px;
  2202 + }
  2203 + .aw_logo a{
  2204 + padding-right: 17px;
  2205 + background-size: 13%;
  2206 + }
2200 2207 .menu .container {
2201 2208 padding: 0px;
2202 2209 display: none;
... ...