Clean up gallery styles

This commit is contained in:
Isaiah Odhner 2023-09-06 11:29:50 -04:00
parent 220509f33f
commit d8bc66d610

View File

@ -1,18 +1,15 @@
GalleryItem { GalleryItem {
layout: vertical; layout: vertical;
width: 100%; width: 100%;
content-align: center middle;
align: center middle; align: center middle;
} }
.image { .image {
height: auto;
width: auto; width: auto;
align: center middle; height: auto;
} }
.caption { .caption {
dock: bottom; dock: bottom;
text-align: center; text-align: center;
# background: blue;
# color: yellow;
} }