/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Apr 2026, 6:51 pm
*/

@media screen and (max-width: 768px) {
    .foogallery-attachments-list .attachment .attachment-preview a.remove,
    .foogallery-attachments-list .attachment .attachment-preview a {
        display: block !important;
    }
}