Tod Naturlich/format classes.css
/***** Classes to give some effects *****/
/* Image with a description to the right, the image must be the first element on the div, the description must be a single element, can be wrapped in a div.*/
.mw-body-content .image-description {
display: flex;
}
.mw-body-content .image-description img {
margin: 0 1em 0 0;
}
/* */