/*
Theme Name: Hello Elementor Child
Theme URI: https://robbevanhuele.be/
Description: Child theme voor het Gravaro thema
Author: Robbe Vanhuele
Author URI: https://robbevanhuele.be/
Template: hello-elementor
Version: 1.0.0
*/

/* Voeg je aangepaste stijlen hieronder toe */
.post_gallery figure img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.post_gallery figure {
    margin-bottom: 0; /* Verwijder de margin-bottom */
}

/* Mediaquery voor mobiele apparaten */
@media (max-width: 768px) {
  .post_gallery figure img {
    height: 40vh;
  }
}


