/* Voer hier je aangepaste CSS in */

.blocks-gallery-item {
  flex-grow: inherit;
	display: flex;
  flex-wrap: wrap;
}

.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 0em;
}

.entry-content > [class*="wp-block-"]:not(:last-child) {
    margin-bottom: 0.2em;
}