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