/* This stylesheet is used to style the public view of the widget. */

.gallery-widget-images img {
    border-radius: 0.25em;
    box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.75);
    margin: 0 1em 1em 0;
}
.gallery-widget-description {
    margin: 1em 0;
}