/*
* FooGallery Custom CSS
* This file is created by adding custom CSS on FooGallery Settings page in wp-admin
* Created : 9 Mar 2026, 5:50 am
*/

.foogallery.my-lab-gallery-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; /* 防止在小屏幕上溢出 */
}