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 {
layout: vertical;
width: 100%;
content-align: center middle;
align: center middle;
}
.image {
height: auto;
width: auto;
align: center middle;
height: auto;
}
.caption {
dock: bottom;
text-align: center;
# background: blue;
# color: yellow;
}