Commit 396e2f5a8570d22e47dd3be0cbc99f1ed05207d1

Authored by Rafael Diego
1 parent d6d1119a

Correção no modal termos de uso para mobile

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 +}
... ...