Commit 1edaacd3dd397cc90f3e62276e576e024c292e8c
1 parent
b3ba56d5ff
Exists in
master
and in
1 other branch
arreglo imagen al cambiar resolucion
Showing
2 changed files
with
9 additions
and
2 deletions
Show diff stats
src/sass/_botonera-principal.scss
src/sass/_login.scss
| ... | ... | @@ -54,14 +54,14 @@ |
| 54 | 54 | } |
| 55 | 55 | } |
| 56 | 56 | |
| 57 | -@media (min-width: 600px) { | |
| 57 | +@media (min-width: 768px) { | |
| 58 | 58 | .img-login{ |
| 59 | 59 | height: 190px; |
| 60 | 60 | width: 211px; |
| 61 | 61 | } |
| 62 | 62 | } |
| 63 | 63 | |
| 64 | -@media (max-width: 600px) { | |
| 64 | +@media (max-width: 768px) { | |
| 65 | 65 | .img-login{ |
| 66 | 66 | height: 150px; |
| 67 | 67 | width: 158px; |