/* /public_html/assets/css/gallery/gallery.desktop.css */

@media (min-width: 1024px) {
  .gallery-shell-body {
    padding-inline: 0;
  }

  .gallery-album-card:hover {
    transform: translateY(-3px);
  }

  .gallery-photo-card:hover {
    transform: translateY(-2px);
  }
}

/* Galerie V3 · desktop */
@media (min-width: 1024px) {
  .gallery-discovery__row--primary {
    justify-content: flex-start;
  }

  .gallery-discovery__row--tags {
    justify-content: flex-start;
  }
}
