/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */

/* Shortcode Gallery++ – kleinere thumbnails */
.sc-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;          /* ruimte tussen thumbnails */
}

.sc-gallery img {
    width: 120px;       /* thumbnail breedte */
    height: auto;       /* behoud verhoudingen */
    border-radius: 4px; /* optioneel: mooie afgeronde hoeken */
}
