(css) Improve sgImageGallery for small devices

Also include md-truncate directive from ng-material.
This commit is contained in:
Francis Lachapelle
2017-05-31 09:40:22 -04:00
parent e4d0ce6090
commit c8e90b4abd
5 changed files with 13 additions and 11 deletions
@@ -21,8 +21,8 @@ sg-image-gallery {
cursor: pointer;
}
.sg-image {
max-height: 80vh;
max-width: 90vh;
max-height: 75vh;
max-width: 75vw;
}
.sg-image-thumbnails {
align-self: center;