/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 19 Oct 2025, 2:14 pm
*/

/* Reserve space so the page doesn't jump when the gallery initializes */
.foogallery { min-height: 600px; }
@media (max-width: 768px){ .foogallery { min-height: 420px; } }
