/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 31 May 2024, 9:53 am
*/

@media (max-width: 600px){
.foogallery {
display: flex!important;
flex-wrap: wrap!important;
}
.fg-default.fg-gutter-10 .fg-item {
margin-bottom: 0px!important;
padding: 5px;
}
}
