mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-03-29 21:56:58 +02:00
15 lines
183 B
CSS
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;
|
|
}
|