1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/frontend/app/ui/gallery/grid/grid.gallery.component.css

13 lines
157 B
CSS
Raw Normal View History

div {
2018-03-30 15:30:30 -04:00
/*display: block;*/
line-height: normal;
font-size: 0;
}
2016-05-12 11:00:46 +02:00
2018-05-03 19:17:08 -04:00
app-gallery-grid-photo {
2018-03-30 15:30:30 -04:00
display: inline-block;
2018-03-30 15:30:30 -04:00
cursor: pointer;
margin: 2px;
2016-04-27 22:37:07 +02:00
}