/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 22 Feb 2025, 1:49 am
*/

.fg-simple_portfolio
{
display:grid;
grid-template-columns: repeat(4, 1fr);
}