1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00
pigallery2/src/frontend/app/ui/gallery/grid/grid.gallery.component.css
2023-09-20 18:23:37 +02:00

15 lines
183 B
CSS

:host {
display: block;
width: 100%;
}
.media-grid {
line-height: normal;
font-size: 0;
}
app-gallery-grid-photo {
display: inline-block;
cursor: pointer;
}