1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-20 04:59:33 +02:00
pigallery2/frontend/app/gallery/lightbox/photo/photo.lightbox.gallery.component.css
2016-05-13 14:27:00 +02:00

10 lines
178 B
CSS

.imgContainer img {
position: absolute;
}
.imgContainer {
justify-content: center; /* add to align horizontal */
align-items: center; /* add to align vertical */
}