Commit 8b6958348e6eea00ef7e7533f1d1f3f302a90629

Authored by Leonardo Merlin
2 parents 994ee188 43da07e5

Merge branch 'rafael' into merlin

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
src/app/pages/auth/auth.scss
... ... @@ -113,3 +113,9 @@
113 113 }
114 114 }
115 115 }
  116 +
  117 +.modal-dialog {
  118 + @media (max-width: 768px) {
  119 + margin-top: 35px;
  120 + }
  121 +}
... ...