Commit 48dad2fce6532ba66f4ca4b5aa91eb6f17075668

Authored by Leonardo Merlin
2 parents 2bd5114e 396e2f5a

Merge branch 'rafael' of gitlab.com:participa/discussion-app into rafael

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